Aggiornamento margini stampa barbcode
This commit is contained in:
parent
6399051a77
commit
a39b12eff5
|
@ -88,3 +88,5 @@ UPDATE `zz_views` SET `query` = 'CONCAT(UCASE(LEFT(tipo_movimento, 1)), SUBSTRIN
|
|||
-- Aggiornamento versione API services
|
||||
UPDATE `zz_settings` SET `valore` = 'v3' WHERE `nome` = 'OSMCloud Services API Version';
|
||||
|
||||
-- Aggiornamento margini stampa barbcode
|
||||
UPDATE `zz_prints` SET `options` = '{"width": 54, "height": 20, "format": [64, 55], "margins": {"top": 5,"bottom": 0,"left": 0,"right": 0}}' WHERE `zz_prints`.`name` = 'Barcode';
|
Loading…
Reference in New Issue