mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Improve supplier part detail screen (#326)
* Improve supplier part detail screen * Update release notes
This commit is contained in:
parent
87994a4912
commit
28ed1ed545
4 changed files with 54 additions and 9 deletions
|
|
@ -148,6 +148,8 @@ class InvenTreeSupplierPart extends InvenTreeModel {
|
|||
return _filters();
|
||||
}
|
||||
|
||||
int get manufacturerId => (jsondata["manufacturer_detail"]["pk"] ?? -1) as int;
|
||||
|
||||
String get manufacturerName => (jsondata["manufacturer_detail"]?["name"] ?? "") as String;
|
||||
|
||||
String get MPN => (jsondata["manufacturer_part_detail"]?["MPN"] ?? "") as String;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue