refs #5858 feat: new fixture

This commit is contained in:
Javier Segarra 2023-12-19 07:54:29 +01:00
parent cc88fcbd9d
commit 5b6112720f
1 changed files with 6 additions and 0 deletions

View File

@ -3010,3 +3010,9 @@ INSERT INTO `vn`.`invoiceCorrectionType` (`id`, `description`)
(1, 'Error in VAT calculation'), (1, 'Error in VAT calculation'),
(2, 'Error in sales details'), (2, 'Error in sales details'),
(3, 'Error in customer data'); (3, 'Error in customer data');
-- Auto-generated SQL script #202312181416
UPDATE salix.ACL
SET principalId='employee'
WHERE id=391;