On positionne datev à dateo si non définie car ce champ non renseigné autrefois est maintenant utilisé.
This commit is contained in:
parent
fa2dd59f07
commit
03686032b9
@ -485,3 +485,6 @@ create table llx_cash
|
|||||||
fk_type varchar(4),
|
fk_type varchar(4),
|
||||||
note text
|
note text
|
||||||
)type=innodb;
|
)type=innodb;
|
||||||
|
|
||||||
|
|
||||||
|
update llx_bank set datev=dateo where datev is null;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user