// 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
+3
View File
@@ -238,10 +238,13 @@ class WebserviceRequestCore
'image_types' => array('description' => 'The image types', 'class' => 'ImageType'),
'languages' => array('description' => 'Shop languages', 'class' => 'Language'),
'manufacturers' => array('description' => 'The product manufacturers','class' => 'Manufacturer'),
'order_carriers' => array('description' => 'The Order carriers','class' => 'OrderCarrier'),
'order_details' => array('description' => 'Details of an order', 'class' => 'OrderDetail'),
'order_discounts' => array('description' => 'Discounts of an order', 'class' => 'OrderDiscount'),
'order_histories' => array('description' => 'The Order histories','class' => 'OrderHistory'),
'order_invoices' => array('description' => 'The Order invoices','class' => 'OrderInvoice'),
'orders' => array('description' => 'The Customers orders','class' => 'Order'),
'order_payments' => array('description' => 'The Order payments','class' => 'OrderPayment'),
'order_states' => array('description' => 'The Order states','class' => 'OrderState'),
'price_ranges' => array('description' => 'Price ranges', 'class' => 'RangePrice'),
'product_features' => array('description' => 'The product features','class' => 'Feature'),
+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',