Merge pull request 'refs #6899 fix InvoiceOut' (!672) from hotfix-descriptorSummaryInvoiceOut into master
Reviewed-on: #672 Reviewed-by: Javi Gallego <jgallego@verdnatura.es>
This commit is contained in:
commit
65bf1664ff
|
@ -176,7 +176,7 @@ const ticketsColumns = ref([
|
|||
<QTd>
|
||||
<QBtn class="no-uppercase link" flat dense>
|
||||
{{ value }}
|
||||
<CustomerDescriptorProxy :id="row.id" />
|
||||
<CustomerDescriptorProxy :id="row.clientFk" />
|
||||
</QBtn>
|
||||
</QTd>
|
||||
</template>
|
||||
|
|
|
@ -205,7 +205,7 @@ watchEffect(selectedRows);
|
|||
},
|
||||
}"
|
||||
v-model:selected="selectedRows"
|
||||
order="id DESC"
|
||||
order="issued DESC, id DESC"
|
||||
:columns="columns"
|
||||
redirect="invoice-out"
|
||||
auto-load
|
||||
|
|
Loading…
Reference in New Issue