diff --git a/htdocs/product/sousproduits/dolibarr.log b/htdocs/product/sousproduits/dolibarr.log deleted file mode 100644 index 3bb32bba7ce..00000000000 --- a/htdocs/product/sousproduits/dolibarr.log +++ /dev/null @@ -1,30 +0,0 @@ -2006-03-20 09:46:11 3 andre Authentification ok (en mode Pear) -2006-03-20 09:46:11 3 andre Access to /~andre/dev/dolibarr/htdocs/product/sousproduits/fiche.php -2006-03-20 09:46:55 3 andre Authentification ok (en mode Pear) -2006-03-20 09:46:55 3 andre Access to /~andre/dev/dolibarr/htdocs/product/sousproduits/fiche.php -2006-03-20 09:47:02 3 andre Authentification ok (en mode Pear) -2006-03-20 09:47:02 3 andre Access to /~andre/dev/dolibarr/htdocs/product/sousproduits/fiche.php -2006-03-20 09:47:14 3 andre Authentification ok (en mode Pear) -2006-03-20 09:47:14 3 andre Access to /~andre/dev/dolibarr/htdocs/product/sousproduits/fiche.php -2006-03-20 09:47:14 3 andre Product::fecth 6=6 ref= -2006-03-20 09:47:20 3 andre Authentification ok (en mode Pear) -2006-03-20 09:47:20 3 andre Access to /~andre/dev/dolibarr/htdocs/product/sousproduits/fiche.php -2006-03-20 09:47:20 3 andre Product::fecth 6=6 ref= -2006-03-20 09:47:26 3 andre Authentification ok (en mode Pear) -2006-03-20 09:47:26 3 andre Access to /~andre/dev/dolibarr/htdocs/product/sousproduits/fiche.php -2006-03-20 09:47:26 3 andre Product::fecth 6=6 ref= -2006-03-20 09:48:30 3 andre Authentification ok (en mode Pear) -2006-03-20 09:48:30 3 andre Access to /~andre/dev/dolibarr/htdocs/product/sousproduits/fiche.php -2006-03-20 09:48:30 3 andre Product::fecth 6=6 ref= -2006-03-20 09:48:33 3 andre Authentification ok (en mode Pear) -2006-03-20 09:48:33 3 andre Access to /~andre/dev/dolibarr/htdocs/product/sousproduits/fiche.php -2006-03-20 09:48:33 3 andre Product::fecth 6=6 ref= -2006-03-20 09:48:36 3 andre Authentification ok (en mode Pear) -2006-03-20 09:48:36 3 andre Access to /~andre/dev/dolibarr/htdocs/product/sousproduits/fiche.php -2006-03-20 09:48:36 3 andre Product::fecth 6=6 ref= -2006-03-20 09:48:41 3 andre Authentification ok (en mode Pear) -2006-03-20 09:48:41 3 andre Access to /~andre/dev/dolibarr/htdocs/product/sousproduits/fiche.php -2006-03-20 09:48:41 3 andre Product::fecth 6=6 ref= -2006-03-20 09:48:46 3 andre Authentification ok (en mode Pear) -2006-03-20 09:48:46 3 andre Access to /~andre/dev/dolibarr/htdocs/product/sousproduits/fiche.php -2006-03-20 09:48:46 3 andre Product::fecth 6=6 ref= diff --git a/mysql/migration/2.0.0-2.1.0.sql b/mysql/migration/2.0.0-2.1.0.sql index e9514859cd2..e263fc0bf70 100644 --- a/mysql/migration/2.0.0-2.1.0.sql +++ b/mysql/migration/2.0.0-2.1.0.sql @@ -25,8 +25,7 @@ alter table llx_propal add column note_public text after note; ALTER TABLE llx_societe ADD mode_reglement INT( 11 ) DEFAULT NULL ; ALTER TABLE llx_societe ADD cond_reglement INT( 11 ) DEFAULT '1' NOT NULL ; -ALTER TABLE llx_societe ADD tva_assuj tinyint; -ALTER TABLE llx_societe MODIFY tva_assuj tinyint; +ALTER TABLE llx_societe ADD tva_assuj tinyint DEFAULT '1'; alter table llx_product add gencode varchar(255) DEFAULT NULL;