mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-23 23:19:20 +00:00
[cleanup] [minor] removed default value 0.00
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
{
|
||||
"creation": "2013-02-22 01:27:49",
|
||||
"docstatus": 0,
|
||||
"modified": "2013-07-25 16:35:27",
|
||||
"modified": "2013-08-07 14:44:20",
|
||||
"modified_by": "Administrator",
|
||||
"owner": "Administrator"
|
||||
},
|
||||
@@ -52,7 +52,6 @@
|
||||
"width": "100px"
|
||||
},
|
||||
{
|
||||
"default": "0.00",
|
||||
"doctype": "DocField",
|
||||
"fieldname": "planned_qty",
|
||||
"fieldtype": "Float",
|
||||
@@ -76,7 +75,6 @@
|
||||
"read_only": 1
|
||||
},
|
||||
{
|
||||
"default": "0.00",
|
||||
"doctype": "DocField",
|
||||
"fieldname": "so_pending_qty",
|
||||
"fieldtype": "Float",
|
||||
|
||||
Reference in New Issue
Block a user