mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Display "destination" in purchase order detail
(cherry picked from commit d0e4bf0246412938050f5de5a01b0b987cf9a0a2)
This commit is contained in:
parent
08e01a729b
commit
e2a688315d
2 changed files with 51 additions and 5 deletions
|
|
@ -226,7 +226,7 @@ class InvenTreePOLineItem extends InvenTreeOrderLine {
|
|||
|
||||
String get purchasePriceCurrency => getString("purchase_price_currency");
|
||||
|
||||
int get destination => getInt("destination");
|
||||
int get destinationId => getInt("destination");
|
||||
|
||||
Map<String, dynamic> get destinationDetail => getMap("destination_detail");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue