refactor: Payment Request added to PO Dashboard

This commit is contained in:
Kanchan Chauhan 2021-12-29 16:44:20 +05:30 committed by GitHub
parent 56b9ad8303
commit 8c4cdf7afc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,7 @@ def get_data():
'non_standard_fieldnames': { 'non_standard_fieldnames': {
'Journal Entry': 'reference_name', 'Journal Entry': 'reference_name',
'Payment Entry': 'reference_name', 'Payment Entry': 'reference_name',
'Payment Request': 'reference_name',
'Auto Repeat': 'reference_document' 'Auto Repeat': 'reference_document'
}, },
'internal_links': { 'internal_links': {
@ -21,7 +22,7 @@ def get_data():
}, },
{ {
'label': _('Payment'), 'label': _('Payment'),
'items': ['Payment Entry', 'Journal Entry'] 'items': ['Payment Entry', 'Journal Entry', 'Payment Request']
}, },
{ {
'label': _('Reference'), 'label': _('Reference'),