#6321 - Negative tickets #1945

Merged
jsegarra merged 146 commits from 6321_negative_tickets into dev 2025-02-11 08:45:33 +00:00
1 changed files with 3 additions and 0 deletions
Showing only changes of commit 8b72b7211e - Show all commits

View File

@ -1 +1,4 @@
INSERT IGNORE INTO vn.observationType (`description`,code,hasNewBornMessage)
jsegarra marked this conversation as resolved Outdated

esto es lo que dices que ya no hacia falta?

esto es lo que dices que ya no hacia falta?
VALUES ('Sustitución','substitution',0);
jsegarra marked this conversation as resolved Outdated

'Maximum percentage allowed before showing a price alert'

lackDefaultAlertLevelCode quitar, lo usamos en el codigo

'Maximum percentage allowed before showing a price alert' lackDefaultAlertLevelCode quitar, lo usamos en el codigo
ALTER TABLE vn.client ADD substitutionAllowed BOOL DEFAULT false NULL; ALTER TABLE vn.client ADD substitutionAllowed BOOL DEFAULT false NULL;