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

Invoice delivery email may encounter fatal error

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 5.6.0-b1
    • Component/s: None
    • Labels:
      None

      Description

      To reproduce:

      • Enter the database and remove the company setting for "tax_intra_eu_uk_vat" (this replicates the state of some installations after upgrade/install)
      • Create a client with the country "United Kingdom"
      • Create a taxed invoice
      • Attempt to deliver the invoice
      • Check the log files and find the warning "Undefined index: tax_intra_eu_uk_vat"

        Activity

        Hide
        jonathan Jonathan Reissmueller added a comment -

        To see if the setting exists, run:
        SELECT * FROM `company_settings` WHERE `key` LIKE 'tax_intra_eu_uk_vat'

        If it does not, run this to add the missing setting as a hotfix
        INSERT INTO `company_settings` (`key`, `company_id`, `value`, `encrypted`, `inherit`) VALUES ('tax_intra_eu_uk_vat', '1', 'false', '0', '1')

        Show
        jonathan Jonathan Reissmueller added a comment - To see if the setting exists, run: SELECT * FROM `company_settings` WHERE `key` LIKE 'tax_intra_eu_uk_vat' If it does not, run this to add the missing setting as a hotfix INSERT INTO `company_settings` (`key`, `company_id`, `value`, `encrypted`, `inherit`) VALUES ('tax_intra_eu_uk_vat', '1', 'false', '0', '1')

          People

          • Assignee:
            abdy Abdy Franco
            Reporter:
            jonathan Jonathan Reissmueller
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved:
              Fix Release Date:
              15/Nov/22

              Time Tracking

              Estimated:
              Original Estimate - Not Specified
              Not Specified
              Remaining:
              Remaining Estimate - 0 minutes
              0m
              Logged:
              Time Spent - 2 hours, 34 minutes
              2h 34m

                Agile