mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-03 15:42:29 +01:00
Fix: field is not mandatory
This commit is contained in:
@@ -288,4 +288,9 @@ ALTER TABLE llx_bordereau_cheque ADD tms timestamp;
|
||||
-- Task 1011
|
||||
ALTER TABLE llx_societe ADD mode_reglement_supplier integer NULL AFTER cond_reglement;
|
||||
ALTER TABLE llx_societe ADD cond_reglement_supplier integer NULL AFTER mode_reglement_supplier;
|
||||
|
||||
ALTER TABLE llx_facture_fourn ADD fk_mode_reglement integer NULL AFTER fk_cond_reglement;
|
||||
|
||||
ALTER TABLE llx_facture_fourn MODIFY COLUMN fk_mode_reglement integer NULL;
|
||||
ALTER TABLE llx_facture_fourn MODIFY COLUMN fk_cond_reglement integer NULL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user