// fix bug on product line edition

// put new ressource in getRessources method of Webservice
This commit is contained in:
aFolletete
2011-12-14 16:24:35 +00:00
parent fa4c63a449
commit a9fb5f770b
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -307,7 +307,7 @@ $(document).ready(function() {
closeAddProduct();
query = 'ajax=1&token='+token+'&action=loadProductInformation&id_order_detail='+
$(this).parent().parent().find('input.edit_product_id_order_detail').val()+'&id_address='+id_address;
$(this).parent().parent().find('input.edit_product_id_order_detail').val()+'&id_address='+id_address+'&id_order='+id_order;
var element = $(this);
$.ajax({
type: 'POST',