Fix: ajout du nom de l'action pour l'envoi de la commande par mail
This commit is contained in:
parent
728ecbf607
commit
cbdad3c533
@ -291,4 +291,6 @@ alter table llx_facture add column model_pdf varchar(50) after note_public;
|
||||
|
||||
|
||||
update llx_societe_remise_except set description='Remise sans description' where description is NULL or description ='';
|
||||
alter table llx_societe_remise_except modify description varchar(255) NOT NULL;
|
||||
alter table llx_societe_remise_except modify description varchar(255) NOT NULL;
|
||||
|
||||
insert into llx_c_actioncomm (id, code, type, libelle) values ( 8, 'AC_COM', 'system', 'Envoi Commande');
|
||||
Loading…
Reference in New Issue
Block a user