diff --git a/htdocs/install/mysql/migration/3.2.0-3.3.0.sql b/htdocs/install/mysql/migration/3.2.0-3.3.0.sql index ad1b6877ce2..4961a5c609b 100755 --- a/htdocs/install/mysql/migration/3.2.0-3.3.0.sql +++ b/htdocs/install/mysql/migration/3.2.0-3.3.0.sql @@ -74,6 +74,8 @@ ALTER TABLE llx_c_barcode_type ADD UNIQUE INDEX uk_c_barcode_type(code, entity); ALTER TABLE llx_socpeople ADD column no_email SMALLINT NOT NULL DEFAULT 0 AFTER priv; +ALTER TABLE llx_commande_fournisseur ADD COLUMN date_livraison date NULL; + ALTER TABLE llx_propaldet ADD COLUMN label varchar(255) DEFAULT NULL AFTER fk_product; ALTER TABLE llx_commandedet ADD COLUMN label varchar(255) DEFAULT NULL AFTER fk_product; ALTER TABLE llx_facturedet ADD COLUMN label varchar(255) DEFAULT NULL AFTER fk_product; diff --git a/htdocs/webservices/demo_wsclient_invoice.php b/htdocs/webservices/demo_wsclient_invoice.php-NORUN similarity index 100% rename from htdocs/webservices/demo_wsclient_invoice.php rename to htdocs/webservices/demo_wsclient_invoice.php-NORUN diff --git a/htdocs/webservices/demo_wsclient_other.php b/htdocs/webservices/demo_wsclient_other.php-NORUN similarity index 100% rename from htdocs/webservices/demo_wsclient_other.php rename to htdocs/webservices/demo_wsclient_other.php-NORUN diff --git a/htdocs/webservices/demo_wsclient_productorservice.php b/htdocs/webservices/demo_wsclient_productorservice.php-NORUN similarity index 100% rename from htdocs/webservices/demo_wsclient_productorservice.php rename to htdocs/webservices/demo_wsclient_productorservice.php-NORUN diff --git a/htdocs/webservices/demo_wsclient_thirdparty.php b/htdocs/webservices/demo_wsclient_thirdparty.php-NORUN similarity index 100% rename from htdocs/webservices/demo_wsclient_thirdparty.php rename to htdocs/webservices/demo_wsclient_thirdparty.php-NORUN