Commit 9e0f8ad0 by Félicie

changed

parent c4f658a5
Pipeline #2267 passed with stage
in 1 minute 46 seconds
......@@ -15,6 +15,7 @@ var main_content = $('#main-content'),
destroy_shelf_msg = $('#destroy-shelf-msg'),
adding_pdts_tpl = $('#adding-products').clone()
.removeAttr('id'),
add_products = $('.add-products'),
active_phase = 'main',
add_to_shelf_product_ids = [],
barcodes = null;
......@@ -475,7 +476,7 @@ var recordProductsAddedShelf = function() {
else if (typeof rData.res.msg != "undefined")
msg = rData.res.msg;
alert(msg);
main_content.find('.add-products')
main_content.find('.add-products').html(add_products);
}
}
......
......@@ -74,7 +74,7 @@
<p>
VOUS POUVEZ AJOUTER PLUSIEURS PRODUITS A LA FOIS AVANT DE VALIDER
</p>
<button type="button" class="btn--primary">AJOUTER LES PRODUITS AU RAYON</button>
<button type="button" class="btn--primary">Ajouter les produits au rayon</button>
</div>
</div>
<div id="main-table-wrap">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment