#6703 refactor saleRefund #1954
|
@ -523,7 +523,7 @@ class Controller extends Section {
|
|||
if (!sales) return;
|
||||
|
||||
const salesIds = sales.map(sale => sale.id);
|
||||
const params = {salesIds: salesIds, withWarehouse: withWarehouse};
|
||||
const params = {salesIds: salesIds, withWarehouse: withWarehouse,};
|
||||
const query = 'Sales/clone';
|
||||
jorgep marked this conversation as resolved
|
||||
this.$http.post(query, params).then(res => {
|
||||
const [refundTicket] = res.data;
|
||||
|
|
Loading…
Reference in New Issue
aqui imagino que deberas pasar a true el parametro negative