mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-20 18:54:55 +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",
|
||||
"fieldtype": "Data",
|
||||
"label": "Transaction ID",
|
||||
"read_only": 1,
|
||||
"unique": 1
|
||||
"read_only": 1
|
||||
},
|
||||
{
|
||||
"allow_on_submit": 1,
|
||||
@@ -239,7 +238,11 @@
|
||||
"grid_page_length": 50,
|
||||
"is_submittable": 1,
|
||||
"links": [],
|
||||
<<<<<<< HEAD
|
||||
"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",
|
||||
"module": "Accounts",
|
||||
"name": "Bank Transaction",
|
||||
|
||||
Reference in New Issue
Block a user