mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-14 03:56:24 +00:00
Display and edit project code for purchase orders
This commit is contained in:
parent
340c3ba766
commit
8d1f6161fa
6 changed files with 44 additions and 1 deletions
|
|
@ -23,4 +23,6 @@ class InvenTreeProjectCode extends InvenTreeModel {
|
|||
"description": {},
|
||||
};
|
||||
}
|
||||
|
||||
String get code => getString("code");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue