update fixtures cau 9908
gitea/salix/dev This commit looks good Details

This commit is contained in:
Bernat 2019-02-20 13:51:41 +01:00
parent a93684e5ac
commit e5b95460f6
1 changed files with 3 additions and 1 deletions

View File

@ -1030,7 +1030,9 @@ INSERT INTO `hedera`.`tpvTransaction`(`id`,`merchantFk`, `clientFk`,`receiptFk`,
(1, 1, 101, NULL, 2000, NULL, 'SIS0042', 'ok', CURDATE()),
(2, 1, 101, NULL, 1000, NULL, 'SIS0051', 'started', CURDATE()),
(3, 2, 101, NULL, 7268, 0, NULL, 'ok', CURDATE()),
(4, 2, 101, NULL, 4698, 100, NULL, 'started', CURDATE());
(4, 2, 101, NULL, 4698, 100, NULL, 'started', CURDATE()),
(5, 1, 104, NULL, 2000, 100, NULL, 'ok', CURDATE()),
(6, 2, 104, NULL, 4000, 100, NULL, 'started', CURDATE());
INSERT INTO `vn`.`orderTicket`(`orderFk`, `ticketFk`)
VALUES