Merge branch 'ticket-updBraderie' into develop
This commit is contained in:
commit
b7dbcbd3b0
@ -194,6 +194,8 @@ class AdminBraderie extends AdminTab
|
||||
|
||||
$("#add_button").click(function(event) {
|
||||
event.preventDefault();
|
||||
return false;
|
||||
|
||||
if ($product_id == undefined || $product_id == 0) {
|
||||
$("#error").empty().append("'.$this->l('Aucun produit n\'a été trouvé. Vérifier le code EAN').'");
|
||||
return false;
|
||||
|
@ -851,7 +851,7 @@ class AdminBulkUpdate extends AdminTab {
|
||||
foreach($orders as $order) {
|
||||
$products[] = $order['product_id'];
|
||||
$orders_detail[] = $order['id_order_detail'];
|
||||
if (!is_array($category_properties[(int)$order['product_id']])) {
|
||||
if (!isset($category_properties[(int)$order['product_id']])) {
|
||||
$by_sale[(int)$order['id_sale']] = array();
|
||||
|
||||
$privatesale = new Sale((int) $order['id_sale']);
|
||||
|
Loading…
Reference in New Issue
Block a user