[Fix] In sales invoice, delivery note link not showing in the dashboard if delivery note has made from sales invoice (#9290)

This commit is contained in:
rohitwaghchaure 2017-06-14 19:41:11 +05:30 committed by Nabin Hait
parent f5604c101c
commit 03ba66d0d8

View File

@ -11,8 +11,7 @@ def get_data():
'Sales Invoice': 'return_against'
},
'internal_links': {
'Sales Order': ['items', 'sales_order'],
'Delivery Note': ['items', 'delivery_note'],
'Sales Order': ['items', 'sales_order']
},
'transactions': [
{