#7380 - Substitution field #2677

Merged
jsegarra merged 11 commits from 7380_substitutionCondition into dev 2024-07-09 07:46:51 +00:00
2 changed files with 4 additions and 1 deletions

View File

@ -528,7 +528,8 @@ INSERT INTO `vn`.`observationType`(`id`,`description`, `code`)
(5, 'Administrative', 'administrative'),
(6, 'Weight', 'weight'),
(7, 'InvoiceOut', 'invoiceOut'),
(8, 'DropOff', 'dropOff');
(8, 'DropOff', 'dropOff'),
(9, 'Sustitución', 'substitution');
INSERT INTO `vn`.`addressObservation`(`id`,`addressFk`,`observationTypeFk`,`description`)
VALUES

View File

@ -0,0 +1,2 @@
INSERT IGNORE INTO vn.observationType (`description`,code)
Review

si esto fallaba antes..ahora también fallarà no? habría que quitar esta linea

si esto fallaba antes..ahora también fallarà no? habría que quitar esta linea
Review

Ahora no falla porque los tests pasan

Ahora no falla porque los tests pasan
VALUES ('Sustitución','substitution');