8231_testToMaster_2448 #997

Merged
alexm merged 400 commits from 8231_testToMaster_2448 into master 2024-11-26 06:28:29 +00:00
2 changed files with 4 additions and 4 deletions
Showing only changes of commit a2254d145e - Show all commits

View File

@ -250,7 +250,7 @@ watchEffect(selectedRows);
/>
<VnSelect
url="InvoiceOutSerials"
v-model="data.invoiceOutSerial"
v-model="data.serial"
:label="t('invoiceOutList.tableVisibleColumns.invoiceOutSerial')"
:options="invoiceOutSerialsOptions"
option-label="description"
@ -262,7 +262,7 @@ watchEffect(selectedRows);
/>
<VnSelect
url="TaxAreas"
v-model="data.area"
v-model="data.taxArea"
:label="t('invoiceOutList.tableVisibleColumns.taxArea')"
:options="taxAreasOptions"
option-label="code"

View File

@ -10,7 +10,7 @@ const { t } = useI18n();
data-key="OrderList"
url="Orders/filter"
:label="t('Search order')"
:info="t('You can search orders by reference')"
:info="t('Search orders by ticket id')"
/>
</template>
@ -18,5 +18,5 @@ const { t } = useI18n();
<i18n>
es:
Search order: Buscar orden
You can search orders by reference: Puedes buscar por referencia de la orden
Search orders by ticket id: Buscar pedido por id ticket
</i18n>