fix: error duplicated key
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Vicent Llopis 2022-11-07 09:46:44 +01:00
parent 2f22753a65
commit 81a0cfe581
2 changed files with 2 additions and 2 deletions

View File

@ -188,7 +188,7 @@ module.exports = Self => {
async function createSaleComponent(saleId, value, componentId, myOptions) {
const models = Self.app.models;
return models.SaleComponent.create({
return models.SaleComponent.upsert({
saleFk: saleId,
value: value,
componentFk: componentId

View File

@ -235,7 +235,7 @@
<!-- Price Popover -->
<vn-popover
vn-id="edit-price-popover"
vn-id="editPricePopover"
on-open="$ctrl.getMana()">
<div class="edit-popover">
<vn-spinner class="vn-pa-xs"