mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-07 15:12:51 +00:00
started fresh install and added country_info
This commit is contained in:
@@ -45,7 +45,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