mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-16 03:03:50 +00:00
fix: timeout while submitting purchase receipt
(cherry picked from commit c433943c46)
# Conflicts:
# erpnext/stock/doctype/purchase_receipt/purchase_receipt.json
This commit is contained in:
committed by
Mergify
parent
0ecc056a3f
commit
06c3839abc
@@ -1077,7 +1077,8 @@
|
||||
"no_copy": 1,
|
||||
"options": "Delivery Note",
|
||||
"print_hide": 1,
|
||||
"read_only": 1
|
||||
"read_only": 1,
|
||||
"search_index": 1
|
||||
},
|
||||
{
|
||||
"fieldname": "scan_barcode",
|
||||
@@ -1242,7 +1243,11 @@
|
||||
"idx": 261,
|
||||
"is_submittable": 1,
|
||||
"links": [],
|
||||
<<<<<<< HEAD
|
||||
"modified": "2024-11-13 16:55:14.129055",
|
||||
=======
|
||||
"modified": "2025-08-06 16:41:02.690658",
|
||||
>>>>>>> c433943c46 (fix: timeout while submitting purchase receipt)
|
||||
"modified_by": "Administrator",
|
||||
"module": "Stock",
|
||||
"name": "Purchase Receipt",
|
||||
|
||||
Reference in New Issue
Block a user