mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-18 12:30:35 +01:00
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
|
-- Aggiornamento versione API services
|
||||||
UPDATE `zz_settings` SET `valore` = 'v3' WHERE `nome` = 'OSMCloud Services API Version';
|
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…
x
Reference in New Issue
Block a user