mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-25 06:55:05 +01:00
Fix anagrafiche senza ragione sociale
This commit is contained in:
parent
5adb5e11d7
commit
ffb1e23523
@ -28,4 +28,7 @@ INSERT INTO `zz_views` (`id_module`, `name`, `query`, `order`, `search`, `slow`,
|
||||
|
||||
-- Set NULL campi vuoti search_inside e order_by
|
||||
UPDATE `zz_views` SET `search_inside` = NULL WHERE `search_inside` = '';
|
||||
UPDATE `zz_views` SET `order_by` = NULL WHERE `order_by` = '';
|
||||
UPDATE `zz_views` SET `order_by` = NULL WHERE `order_by` = '';
|
||||
|
||||
-- Fix per anagrafiche senza ragione sociale
|
||||
UPDATE `an_anagrafiche` SET `ragione_sociale` = CONCAT(cognome, " ", nome) WHERE `an_anagrafiche`.`ragione_sociale` = "";
|
Loading…
Reference in New Issue
Block a user