Details
-
Type: Bug
-
Status: Closed
-
Priority: Trivial
-
Resolution: Fixed
-
Affects Version/s: 3.0.3, 3.0.4, 3.0.5, 3.0.6, 3.0.7, 3.0.8, 3.0.9, 3.0.10, 3.1.0, 3.1.1, 3.1.2
-
Fix Version/s: 3.1.3
-
Component/s: None
-
Labels:None
Description
The "Auto Debit Days Before Due Date" setting is missing the "Same Day" option on both add/edit pages.
Bug introduced in CORE-70.
To fix yourself, update /app/controllers/admin_company_groups.php (line 395) and change:
$fields->autodebit_days = array();
TO:
$fields->autodebit_attempts = array();