I ran bench update and frappe and erpnext is on latest version.
ERPNext: v10.1.47 (master)
Frappe Framework: v10.1.45 (master)
When I checked my frappe source code, I cannot see the latest update in frappe/frappe/email/doctype/auto_email_report/auto_email_report.py file.
what could be wrong ? Please see the comparison below
@root13F I ran to ‘bench switch-to-master’. It works now. I can add more than 3 reports. So configuration in site_config.json must be loaded, I had given max_reports_per_user = 30
Strangely, I cannot still see the latest code updated in frappe/frappe/email/doctype/auto_email_report/auto_email_report.py
Line 15 should be
max_reports_per_user = frappe.local.conf.max_reports_per_user or 3
in order to get the value from site_config.json ?
If I needed to edit the “max_reports_per_user” value in my v10.0.14 production server WITHOUT UPDATING BENCH to the newest…
Would that be possible?
If so, where is the “auto_email_report.py” file in a production system?
I have way to many custom things going on to allow bench to update. That would wreck my system. I just want to get past the 3 user limit and bump it up to 12.
Thanks John. I will try that. I read somewhere that the ability to do it in the site_config.json was only available in the newer v10 releases, so I may be stuck editing the value in the *.py file somewhere. I use a fairly early v10 release and cannot update it.