Merge pull request #29070 from frappe/pr-addded-to-po-dashboard

refactor: Payment Request added to PO Dashboard
This commit is contained in:
Deepesh Garg 2022-01-02 17:04:12 +05:30 committed by GitHub
commit ebc1039610
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': {
'Journal Entry': 'reference_name',
'Payment Entry': 'reference_name',
'Payment Request': 'reference_name',
'Auto Repeat': 'reference_document'
},
'internal_links': {
@ -21,7 +22,7 @@ def get_data():
},
{
'label': _('Payment'),
'items': ['Payment Entry', 'Journal Entry']
'items': ['Payment Entry', 'Journal Entry', 'Payment Request']
},
{
'label': _('Reference'),