mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 08:24:47 +00:00
unchecked Not In Create in item customer detail and item price
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
"creation": "2013-02-22 01:28:01",
|
"creation": "2013-03-08 15:37:16",
|
||||||
"docstatus": 0,
|
"docstatus": 0,
|
||||||
"modified": "2013-03-07 07:03:22",
|
"modified": "2013-03-21 17:29:45",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"owner": "Administrator"
|
"owner": "Administrator"
|
||||||
},
|
},
|
||||||
@@ -10,7 +10,7 @@
|
|||||||
"autoname": "ITEMCUST/.#####",
|
"autoname": "ITEMCUST/.#####",
|
||||||
"description": "For the convenience of customers, these codes can be used in print formats like Invoices and Delivery Notes",
|
"description": "For the convenience of customers, these codes can be used in print formats like Invoices and Delivery Notes",
|
||||||
"doctype": "DocType",
|
"doctype": "DocType",
|
||||||
"in_create": 1,
|
"in_create": 0,
|
||||||
"istable": 1,
|
"istable": 1,
|
||||||
"module": "Stock",
|
"module": "Stock",
|
||||||
"name": "__common__",
|
"name": "__common__",
|
||||||
|
|||||||
@@ -1,15 +1,15 @@
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
"creation": "2013-02-22 01:28:01",
|
"creation": "2013-03-08 15:37:16",
|
||||||
"docstatus": 0,
|
"docstatus": 0,
|
||||||
"modified": "2013-03-07 07:03:22",
|
"modified": "2013-03-21 17:29:15",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"owner": "Administrator"
|
"owner": "Administrator"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"autoname": "RFD/.#####",
|
"autoname": "RFD/.#####",
|
||||||
"doctype": "DocType",
|
"doctype": "DocType",
|
||||||
"in_create": 1,
|
"in_create": 0,
|
||||||
"istable": 1,
|
"istable": 1,
|
||||||
"module": "Stock",
|
"module": "Stock",
|
||||||
"name": "__common__",
|
"name": "__common__",
|
||||||
|
|||||||
Reference in New Issue
Block a user