mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-16 11:39:18 +00:00
print hide price list related fields
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"docstatus": 0,
|
||||
"creation": "2013-01-15 18:42:58",
|
||||
"modified_by": "Administrator",
|
||||
"modified": "2013-01-17 20:11:05"
|
||||
"modified": "2013-01-17 20:24:23"
|
||||
},
|
||||
{
|
||||
"autoname": "naming_series:",
|
||||
@@ -279,6 +279,7 @@
|
||||
"permlevel": 0
|
||||
},
|
||||
{
|
||||
"print_hide": 1,
|
||||
"doctype": "DocField",
|
||||
"label": "Price List",
|
||||
"options": "Price List",
|
||||
@@ -287,6 +288,8 @@
|
||||
"permlevel": 0
|
||||
},
|
||||
{
|
||||
"print_hide": 1,
|
||||
"depends_on": "price_list_name",
|
||||
"doctype": "DocField",
|
||||
"label": "Price List Currency",
|
||||
"options": "Currency",
|
||||
@@ -295,6 +298,8 @@
|
||||
"permlevel": 0
|
||||
},
|
||||
{
|
||||
"print_hide": 1,
|
||||
"depends_on": "price_list_name",
|
||||
"doctype": "DocField",
|
||||
"label": "Price List Exchange Rate",
|
||||
"fieldname": "plc_conversion_rate",
|
||||
|
||||
Reference in New Issue
Block a user