Skip to content

Commit

Permalink
fix: reorder Supplier json to show bank account field in form (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
HKuz authored Aug 22, 2022
1 parent 350bb6e commit 5d05e38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions check_run/check_run/custom/supplier.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"in_list_view": 0,
"in_preview": 0,
"in_standard_filter": 0,
"insert_after": "payment_terms",
"insert_after": "cb_21",
"label": "Bank",
"length": 0,
"mandatory_depends_on": null,
Expand Down Expand Up @@ -152,7 +152,7 @@
"in_list_view": 0,
"in_preview": 0,
"in_standard_filter": 0,
"insert_after": "default_mode_of_payment",
"insert_after": "bank",
"label": "Bank Account",
"length": 0,
"mandatory_depends_on": null,
Expand Down

0 comments on commit 5d05e38

Please sign in to comment.