// fix bug on product line edition
// put new ressource in getRessources method of Webservice
This commit is contained in:
@@ -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
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user