diff --git a/src/app/shared/forms/offer/offer.component.ts b/src/app/shared/forms/offer/offer.component.ts index 8bf2685f..de1b61ad 100644 --- a/src/app/shared/forms/offer/offer.component.ts +++ b/src/app/shared/forms/offer/offer.component.ts @@ -380,7 +380,7 @@ export class OfferComponent implements OnInit, OnDestroy{ priceComp.discountUnit='percentage' }else{ priceComp.discountValue=alter?.price?.value - priceComp.discountUnit=alter?.price?.unit + priceComp.discountUnit='fixed' } priceComp.discountDuration = alter?.unitOfMeasure?.amount priceComp.discountDurationUnit = alter?.unitOfMeasure?.units