refs #5858 feat: new fixture
This commit is contained in:
parent
cc88fcbd9d
commit
5b6112720f
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue