mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix: une nouvelle facture cre partir d'un modle de facture rcurente est une facture standard
This commit is contained in:
parent
e332e4aadc
commit
d48dab76fa
|
|
@ -904,3 +904,4 @@ ALTER TABLE llx_document_model ADD UNIQUE uk_document_model (nom,type);
|
|||
|
||||
ALTER TABLE llx_chargesociales drop column date_pai;
|
||||
|
||||
UPDATE llx_facture SET type=0 where type=3;
|
||||
Loading…
Reference in New Issue
Block a user