diff --git a/ChangeLog.md b/ChangeLog.md index b418ebc..7860b8b 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,8 @@ # ChangeLog +## [14.0.5] - 25-06-2024 +- Debloque la possibilité de mettre a jour les produit de dolibarr vers WooCommerce même si la synchro descandant des categories et produits n'as pas été effectué + ## [14.0.4] - 21-06-2024 - Ajout de la synchronisation des Mode(s) d’expédition par zone - Ajout du choix de l'entrepot synchronisée en fonction du choix du mode d'expedition @@ -907,7 +910,8 @@ - Initial version. -[Non Distribué]: https://github.com/OPEN-DSI/ecommerceng_woosync/compare/14.0.4...HEAD +[Non Distribué]: https://github.com/OPEN-DSI/ecommerceng_woosync/compare/14.0.5...HEAD +[14.0.5]: https://github.com/OPEN-DSI/ecommerceng_woosync/commits/14.0.5 [14.0.4]: https://github.com/OPEN-DSI/ecommerceng_woosync/commits/14.0.4 [14.0.3]: https://github.com/OPEN-DSI/ecommerceng_woosync/commits/14.0.3 [14.0.2]: https://github.com/OPEN-DSI/ecommerceng_woosync/commits/14.0.2 \ No newline at end of file diff --git a/VERSION b/VERSION index 25f846f..6dbeddf 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -14.0.4 \ No newline at end of file +14.0.5 \ No newline at end of file diff --git a/tpl/site.tpl.php b/tpl/site.tpl.php index 95596b9..c32a2ee 100644 --- a/tpl/site.tpl.php +++ b/tpl/site.tpl.php @@ -375,8 +375,8 @@ class="button" 0 ? ' disabled="disabled"' : 0) { ?> 0 || $nbCategoriesToUpdate > 0 || $nbProductToUpdate > 0 ? ' disabled="disabled"' : '') ?> - value=" 0 || $nbProductToUpdate > 0 || $nbCategoriesToUpdateDToE > 0 ? $langs->trans('ECommerceSynchronizeProduct') . ' (' . ($nbProductToUpdate > 0 ? $langs->trans("SyncProductFirst") : $langs->trans("SyncCategFirst")) . ")" : $langs->trans('ECommerceSynchronizeProduct')) ?>"> + class="button" 0 ? ' disabled="disabled"' : '') ?> + value=" 0 ? $langs->trans('ECommerceSynchronizeProduct') . ' (' . ($nbProductToUpdate > 0 ? $langs->trans("SyncProductFirst") : $langs->trans("SyncCategFirst")) . ")" : $langs->trans('ECommerceSynchronizeProduct')) ?>">