From 5d05e38f4004f5f36735e43b1a229a46b4762c48 Mon Sep 17 00:00:00 2001 From: Heather Kusmierz Date: Mon, 22 Aug 2022 12:13:27 -0400 Subject: [PATCH] fix: reorder Supplier json to show bank account field in form (#12) --- check_run/check_run/custom/supplier.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/check_run/check_run/custom/supplier.json b/check_run/check_run/custom/supplier.json index c8762aba..28ead85c 100644 --- a/check_run/check_run/custom/supplier.json +++ b/check_run/check_run/custom/supplier.json @@ -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, @@ -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,