fix: Changed type of column 'serial_no' in Stock Reconciliation to fix Data too long error

This commit is contained in:
Rohit Waghchaure 2023-05-09 18:45:19 +05:30
parent 3993bfd510
commit 1a673fd424

View File

@ -99,7 +99,7 @@
}, },
{ {
"fieldname": "serial_no", "fieldname": "serial_no",
"fieldtype": "Small Text", "fieldtype": "Long Text",
"label": "Serial No" "label": "Serial No"
}, },
{ {
@ -120,7 +120,7 @@
}, },
{ {
"fieldname": "current_serial_no", "fieldname": "current_serial_no",
"fieldtype": "Small Text", "fieldtype": "Long Text",
"label": "Current Serial No", "label": "Current Serial No",
"no_copy": 1, "no_copy": 1,
"print_hide": 1, "print_hide": 1,
@ -189,7 +189,7 @@
], ],
"istable": 1, "istable": 1,
"links": [], "links": [],
"modified": "2022-11-02 13:01:23.580937", "modified": "2023-05-09 18:42:19.224916",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Stock", "module": "Stock",
"name": "Stock Reconciliation Item", "name": "Stock Reconciliation Item",