Add salary Zero when is snull

This commit is contained in:
Oscar 2021-08-14 11:23:50 -05:00
parent f8b7362893
commit ef8c7b4e89
1 changed files with 2 additions and 1 deletions

View File

@ -44,10 +44,11 @@ DELETE FROM ir_translation WHERE lang='es_419';
DELETE FROM ir_translation WHERE lang='es_CO';
UPDATE ir_lang set translatable=false where code in ('es_419', 'es_CO');
UPDATE ir_configuration set language='es';
UPDATE staff_contract set salary=0 WHERE salary is NULL;
CORRER
NOTA: ELIMINAR
NOTA: ELIMINAR
DESPUES