ItemFixedPrice #791

Merged
jsegarra merged 27 commits from hotfix_itemFixedPrice into master 2024-12-09 07:05:54 +00:00
1 changed files with 0 additions and 11 deletions
Showing only changes of commit e5a0c42352 - Show all commits

View File

@ -573,18 +573,7 @@ function handleOnDataSave({ CrudModelRef }) {
</QIcon>
</template>
</VnTable>
<!-- <QPageSticky v-if="rowsSelected" :offset="[20, 80]" style="z-index: 2">
<QBtn
@click="makeInvoice(selectedRows)"
color="primary"
fab
icon="vn:invoice-in"
/>
<QTooltip>
{{ t('ticketList.createInvoice') }}
</QTooltip>
</QPageSticky>-->
<QDialog ref="editTableCellDialogRef">
<EditTableCellValueForm
edit-url="FixedPrices/editFixedPrice"