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
Jonathan Reissmueller
created issue -
Jonathan Reissmueller
made changes -
Field | Original Value | New Value |
---|---|---|
Rank | Ranked higher |
Jonathan Reissmueller
made changes -
Sprint | 5.6.0 Sprint 3 [ 158 ] |
Jonathan Reissmueller
made changes -
Rank | Ranked lower |
Jonathan Reissmueller
made changes -
Sprint | 5.6.0 Sprint 3 [ 158 ] | 5.6.0 Sprint 3, 5.6.0 Sprint 4 [ 158, 168 ] |
Jonathan Reissmueller
made changes -
Rank | Ranked higher |
Abdy Franco
made changes -
Remaining Estimate | 0 minutes [ 0 ] | |
Time Spent | 22 minutes [ 1320 ] | |
Worklog Id | 16004 [ 16004 ] |
Abdy Franco
made changes -
Assignee | Abdy Franco [ abdy ] |
Abdy Franco
made changes -
Status | Open [ 1 ] | In Progress [ 3 ] |
Abdy Franco
made changes -
Time Spent | 22 minutes [ 1320 ] | 2 hours, 34 minutes [ 9240 ] |
Worklog Id | 16006 [ 16006 ] |
Abdy Franco
made changes -
Status | In Progress [ 3 ] | In Review [ 5 ] |
Resolution | Fixed [ 1 ] |
Jonathan Reissmueller
made changes -
Status | In Review [ 5 ] | Closed [ 6 ] |
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')