Uploaded image for project: 'Blesta Core'
  1. Blesta Core
  2. CORE-1095

Client group setting "Auto Debit Days Before Due Date" missing "Same Day" option

    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.

        Activity

        Hide
        tyson Tyson Phillips (Inactive) added a comment -

        To fix yourself, update /app/controllers/admin_company_groups.php (line 395) and change:

        $fields->autodebit_days = array();

        TO:

        $fields->autodebit_attempts = array();

        Show
        tyson Tyson Phillips (Inactive) added a comment - To fix yourself, update /app/controllers/admin_company_groups.php (line 395) and change: $fields->autodebit_days = array(); TO: $fields->autodebit_attempts = array();

          People

          • Assignee:
            tyson Tyson Phillips (Inactive)
            Reporter:
            tyson Tyson Phillips (Inactive)
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved:
              Fix Release Date:
              27/Mar/14