Merge branch 'dev' of https://gitea.verdnatura.es/verdnatura/salix-front into dev
gitea/salix-front/pipeline/head This commit looks good
Details
gitea/salix-front/pipeline/head This commit looks good
Details
This commit is contained in:
commit
0c2127f63f
|
@ -176,12 +176,10 @@ const getSaleTotal = (sale) => {
|
||||||
|
|
||||||
const getRowUpdateInputEvents = (sale) => {
|
const getRowUpdateInputEvents = (sale) => {
|
||||||
return {
|
return {
|
||||||
'keyup.enter': (evt) => {
|
'keyup.enter': () => {
|
||||||
console.error(evt);
|
|
||||||
changeQuantity(sale);
|
changeQuantity(sale);
|
||||||
},
|
},
|
||||||
blur: (evt) => {
|
blur: () => {
|
||||||
console.error(evt);
|
|
||||||
changeQuantity(sale);
|
changeQuantity(sale);
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue