mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 10:11:20 +00:00
print hide price list related fields
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"docstatus": 0,
|
||||
"creation": "2013-01-17 11:11:24",
|
||||
"modified_by": "Administrator",
|
||||
"modified": "2013-01-17 20:17:44"
|
||||
"modified": "2013-01-17 20:23:38"
|
||||
},
|
||||
{
|
||||
"autoname": "naming_series:",
|
||||
@@ -316,6 +316,7 @@
|
||||
"permlevel": 0
|
||||
},
|
||||
{
|
||||
"print_hide": 1,
|
||||
"doctype": "DocField",
|
||||
"label": "Price List",
|
||||
"options": "Price List",
|
||||
@@ -324,14 +325,19 @@
|
||||
"permlevel": 0
|
||||
},
|
||||
{
|
||||
"print_hide": 1,
|
||||
"depends_on": "price_list_name",
|
||||
"doctype": "DocField",
|
||||
"label": "Price List Currency",
|
||||
"options": "Currency",
|
||||
"fieldname": "price_list_currency",
|
||||
"fieldtype": "Link",
|
||||
"hidden": 0,
|
||||
"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