delivery note dashboard fix for quality inspection
This commit is contained in:
parent
5dd12cb4f0
commit
4059fb3961
@ -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'],
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user