mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-23 04:04:52 +00:00
fix(Bank Transaction): make transaction ID non-unique
(cherry picked from commit a2a41a0eaa)
# Conflicts:
# erpnext/accounts/doctype/bank_transaction/bank_transaction.json
This commit is contained in:
@@ -123,8 +123,7 @@
|
|||||||
"fieldname": "transaction_id",
|
"fieldname": "transaction_id",
|
||||||
"fieldtype": "Data",
|
"fieldtype": "Data",
|
||||||
"label": "Transaction ID",
|
"label": "Transaction ID",
|
||||||
"read_only": 1,
|
"read_only": 1
|
||||||
"unique": 1
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"allow_on_submit": 1,
|
"allow_on_submit": 1,
|
||||||
@@ -239,7 +238,11 @@
|
|||||||
"grid_page_length": 50,
|
"grid_page_length": 50,
|
||||||
"is_submittable": 1,
|
"is_submittable": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
|
<<<<<<< HEAD
|
||||||
"modified": "2025-10-14 11:53:45.908169",
|
"modified": "2025-10-14 11:53:45.908169",
|
||||||
|
=======
|
||||||
|
"modified": "2025-10-23 17:32:58.514807",
|
||||||
|
>>>>>>> a2a41a0eaa (fix(Bank Transaction): make transaction ID non-unique)
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Accounts",
|
"module": "Accounts",
|
||||||
"name": "Bank Transaction",
|
"name": "Bank Transaction",
|
||||||
|
|||||||
Reference in New Issue
Block a user