API_Form: Allow customizable icon

- Also fixes for API search
This commit is contained in:
Oliver 2021-10-02 22:31:28 +10:00
parent 86584b366f
commit 2f8d02b0be
5 changed files with 53 additions and 28 deletions

View file

@ -20,6 +20,8 @@ class InvenTreePurchaseOrder extends InvenTreeModel {
@override
String get URL => "order/po/";
String get receive_url => "${url}receive/";
@override
Map<String, dynamic> formFields() {
return {