mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-26 10:08:30 +00:00
change date field for sales invoice in sales personwise transaction summary search criteria
This commit is contained in:
@@ -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 = '';
|
||||
|
||||
Reference in New Issue
Block a user