delivery note dashboard fix for quality inspection

This commit is contained in:
Nabin Hait 2016-11-23 11:45:19 +05:30
parent 5dd12cb4f0
commit 4059fb3961
2 changed files with 6 additions and 6 deletions

View File

@ -2,10 +2,10 @@ from frappe import _
def get_data():
return {
'fieldname': 'delivery_note_no',
'fieldname': 'delivery_note',
'non_standard_fieldnames': {
'Sales Invoice': 'delivery_note',
'Packing Slip': 'delivery_note',
'Stock Entry': 'delivery_note_no',
'Quality Inspection': 'reference_name'
},
'internal_links': {
'Sales Order': ['items', 'against_sales_order'],

View File

@ -1491,7 +1491,7 @@
"in_standard_filter": 0,
"label": "Against Sales Order",
"length": 0,
"no_copy": 0,
"no_copy": 1,
"options": "Sales Order",
"permlevel": 0,
"print_hide": 1,
@ -1519,7 +1519,7 @@
"in_standard_filter": 0,
"label": "Against Sales Invoice",
"length": 0,
"no_copy": 0,
"no_copy": 1,
"options": "Sales Invoice",
"permlevel": 0,
"print_hide": 1,
@ -1691,7 +1691,7 @@
"issingle": 0,
"istable": 1,
"max_attachments": 0,
"modified": "2016-11-16 16:05:03.945501",
"modified": "2016-11-23 11:40:31.739993",
"modified_by": "Administrator",
"module": "Stock",
"name": "Delivery Note Item",