OPEN-DSI / ecommerceng_woosync

WooSync, synchronize Woocommerce and Dolibarr
GNU General Public License v3.0
71 stars 46 forks source link

Bug in product.php #131

Open Zimcoding opened 4 months ago

Zimcoding commented 4 months ago

There is a bug in product.php on line 226, the $action variable is compared to: 'confirm_update_level_price' While on line 280, the $action variable is set to: 'confirm_update_price_level' These don't match so the action will never be completed.