Display and edit project code for purchase orders

This commit is contained in:
Oliver Walters 2023-04-21 21:05:03 +10:00
parent 340c3ba766
commit 8d1f6161fa
6 changed files with 44 additions and 1 deletions

View file

@ -23,4 +23,6 @@ class InvenTreeProjectCode extends InvenTreeModel {
"description": {},
};
}
String get code => getString("code");
}