refactor: remove extra fields

This commit is contained in:
Saqib Ansari 2021-04-28 15:11:57 +05:30
parent 3a5ecb7587
commit 6dd1c5cf92

View File

@ -24,9 +24,7 @@
"paid_amount", "paid_amount",
"discounted_amount", "discounted_amount",
"column_break_3", "column_break_3",
"base_payment_amount", "base_payment_amount"
"base_outstanding",
"base_paid_amount"
], ],
"fields": [ "fields": [
{ {
@ -156,28 +154,12 @@
"fieldtype": "Currency", "fieldtype": "Currency",
"label": "Payment Amount (Company Currency)", "label": "Payment Amount (Company Currency)",
"options": "Company:company:default_currency" "options": "Company:company:default_currency"
},
{
"default": "0",
"fieldname": "base_outstanding",
"fieldtype": "Currency",
"label": "Outstanding (Company Currency)",
"options": "Company:company:default_currency",
"read_only": 1
},
{
"default": "0",
"fieldname": "base_paid_amount",
"fieldtype": "Currency",
"label": "Paid Amount (Company Currency)",
"options": "Company:company:default_currency",
"read_only": 1
} }
], ],
"index_web_pages_for_search": 1, "index_web_pages_for_search": 1,
"istable": 1, "istable": 1,
"links": [], "links": [],
"modified": "2021-04-23 13:55:59.548043", "modified": "2021-04-28 05:41:35.084233",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Accounts", "module": "Accounts",
"name": "Payment Schedule", "name": "Payment Schedule",