mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-07 15:12:51 +00:00
Update in field type
Warrenty Period (in Days) changed from "Data" to "Int".
This commit is contained in:
@@ -382,7 +382,7 @@
|
|||||||
{
|
{
|
||||||
"depends_on": "eval:doc.is_stock_item",
|
"depends_on": "eval:doc.is_stock_item",
|
||||||
"fieldname": "warranty_period",
|
"fieldname": "warranty_period",
|
||||||
"fieldtype": "Data",
|
"fieldtype": "Int",
|
||||||
"label": "Warranty Period (in days)",
|
"label": "Warranty Period (in days)",
|
||||||
"oldfieldname": "warranty_period",
|
"oldfieldname": "warranty_period",
|
||||||
"oldfieldtype": "Data"
|
"oldfieldtype": "Data"
|
||||||
|
|||||||
Reference in New Issue
Block a user