fix: purchase receipt gl entries with same item code

This commit is contained in:
Saqib Ansari 2021-06-17 13:05:43 +05:30
parent 81d164134d
commit 1ca8f6a51d

View File

@ -101,7 +101,7 @@ def merge_similar_entries(gl_map, precision=None):
def check_if_in_list(gle, gl_map, dimensions=None):
account_head_fieldnames = ['party_type', 'party', 'against_voucher', 'against_voucher_type',
'cost_center', 'project']
'cost_center', 'project', 'voucher_detail_no']
if dimensions:
account_head_fieldnames = account_head_fieldnames + dimensions