fixed a selector for ticket sale

This commit is contained in:
Carlos Jimenez Ruiz 2021-07-23 15:17:30 +02:00
parent 1e97447386
commit b837a8c328
2 changed files with 2 additions and 2 deletions

View File

@ -586,7 +586,7 @@ export default {
secondSaleIdAutocomplete: 'vn-ticket-sale vn-tr:nth-child(2) vn-autocomplete[ng-model="sale.itemFk"]',
secondSaleQuantity: 'vn-ticket-sale vn-table vn-tr:nth-child(2) vn-input-number',
secondSaleQuantityCell: 'vn-ticket-sale > div > vn-card > vn-table > div > vn-tbody > vn-tr:nth-child(2) > vn-td-editable:nth-child(7)',
secondSaleConceptCell: 'vn-ticket-sale vn-tbody > :nth-child(2) > :nth-child(7)',
secondSaleConceptCell: 'vn-ticket-sale vn-tbody > :nth-child(2) > :nth-child(8)',
secondSaleConceptInput: 'vn-ticket-sale vn-tbody > :nth-child(2) > vn-td-editable.ng-isolate-scope.selected vn-textfield',
totalImport: 'vn-ticket-sale vn-one.taxes > p:nth-child(3) > strong',
selectAllSalesCheckbox: 'vn-ticket-sale vn-thead vn-check',

View File

@ -7,7 +7,7 @@ module.exports = Self => {
accessType: 'WRITE',
accepts: {
arg: 'id',
type: 'string',
type: 'number',
required: true,
description: 'The invoiceIn id',
http: {source: 'path'}