mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-22 22:49:19 +00:00
chore: remove redundant field "paid_loan" from Journal Entry Doctype
This commit is contained in:
@@ -46,7 +46,6 @@
|
|||||||
"reference",
|
"reference",
|
||||||
"clearance_date",
|
"clearance_date",
|
||||||
"remark",
|
"remark",
|
||||||
"paid_loan",
|
|
||||||
"inter_company_journal_entry_reference",
|
"inter_company_journal_entry_reference",
|
||||||
"column_break98",
|
"column_break98",
|
||||||
"bill_no",
|
"bill_no",
|
||||||
@@ -310,13 +309,6 @@
|
|||||||
"oldfieldtype": "Small Text",
|
"oldfieldtype": "Small Text",
|
||||||
"read_only": 1
|
"read_only": 1
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"fieldname": "paid_loan",
|
|
||||||
"fieldtype": "Data",
|
|
||||||
"hidden": 1,
|
|
||||||
"label": "Paid Loan",
|
|
||||||
"print_hide": 1
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"depends_on": "eval:doc.voucher_type== \"Inter Company Journal Entry\"",
|
"depends_on": "eval:doc.voucher_type== \"Inter Company Journal Entry\"",
|
||||||
"fieldname": "inter_company_journal_entry_reference",
|
"fieldname": "inter_company_journal_entry_reference",
|
||||||
@@ -599,7 +591,7 @@
|
|||||||
"table_fieldname": "payment_entries"
|
"table_fieldname": "payment_entries"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"modified": "2025-06-17 15:18:13.322681",
|
"modified": "2025-07-06 15:22:58.465131",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Accounts",
|
"module": "Accounts",
|
||||||
"name": "Journal Entry",
|
"name": "Journal Entry",
|
||||||
|
|||||||
@@ -71,7 +71,6 @@ class JournalEntry(AccountsController):
|
|||||||
mode_of_payment: DF.Link | None
|
mode_of_payment: DF.Link | None
|
||||||
multi_currency: DF.Check
|
multi_currency: DF.Check
|
||||||
naming_series: DF.Literal["ACC-JV-.YYYY.-"]
|
naming_series: DF.Literal["ACC-JV-.YYYY.-"]
|
||||||
paid_loan: DF.Data | None
|
|
||||||
pay_to_recd_from: DF.Data | None
|
pay_to_recd_from: DF.Data | None
|
||||||
payment_order: DF.Link | None
|
payment_order: DF.Link | None
|
||||||
periodic_entry_difference_account: DF.Link | None
|
periodic_entry_difference_account: DF.Link | None
|
||||||
|
|||||||
Reference in New Issue
Block a user