mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-16 12:15:31 +00:00
Display "destination" in purchase order detail
(cherry picked from commit d0e4bf0246412938050f5de5a01b0b987cf9a0a2)
This commit is contained in:
@ -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");
|
||||
}
|
||||
|
Reference in New Issue
Block a user