2
0
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:
Oliver
2024-12-11 15:59:22 +11:00
parent 08e01a729b
commit e2a688315d
2 changed files with 51 additions and 5 deletions

View File

@ -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");
}