change date field for sales invoice in sales personwise transaction summary search criteria
This commit is contained in:
parent
616c355d20
commit
7d1e8f218b
@ -41,7 +41,7 @@ report.get_query = function() {
|
||||
date_fld = 'transaction_date';
|
||||
if(based_on == 'Sales Invoice') {
|
||||
based_on = 'Sales Invoice';
|
||||
date_fld = 'voucher_date';
|
||||
date_fld = 'posting_date';
|
||||
}
|
||||
|
||||
sp_cond = '';
|
||||
|
Loading…
x
Reference in New Issue
Block a user