@colijnit/transaction 261.20.45 → 261.20.47

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -354,8 +354,8 @@ import { DateField } from '@colijnit/ioneconnector/build/factory/decorators/date
354
354
  class Version {
355
355
  name = "@colijnit/transaction";
356
356
  description = "Colijn IT transaction package";
357
- symVer = "261.20.45";
358
- publishDate = "03/06/2026, 08:47:45";
357
+ symVer = "261.20.47";
358
+ publishDate = "08/06/2026, 17:30:46";
359
359
  }
360
360
 
361
361
  class CheckoutModuleService extends BaseModuleService {
@@ -29144,7 +29144,7 @@ class DialogTransactionHeaderDiscountComponent extends DialogTransactionHeaderBa
29144
29144
  </div>
29145
29145
  </ng-template>
29146
29146
 
29147
- @if (showDiscountCodesPopup) {
29147
+ @if (showDiscountCodesPopup && showDiscountCode) {
29148
29148
  <co-discount-codes-popup
29149
29149
  [discountType]="activeDiscountType"
29150
29150
  (discountSet)="onDiscountSet($event)"
@@ -29269,7 +29269,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImpo
29269
29269
  </div>
29270
29270
  </ng-template>
29271
29271
 
29272
- @if (showDiscountCodesPopup) {
29272
+ @if (showDiscountCodesPopup && showDiscountCode) {
29273
29273
  <co-discount-codes-popup
29274
29274
  [discountType]="activeDiscountType"
29275
29275
  (discountSet)="onDiscountSet($event)"
@@ -51840,7 +51840,7 @@ class DialogTransactionLineDiscountComponent extends DialogTransactionLineBaseCo
51840
51840
  @if (showPriceListDialog) {
51841
51841
  <co-dialog-transaction-line-price-list (close)="showPriceListDialog = false"></co-dialog-transaction-line-price-list>
51842
51842
  }
51843
- @if (showDiscountCodesPopup) {
51843
+ @if (showDiscountCodesPopup && showDiscountCode) {
51844
51844
  <co-discount-codes-popup
51845
51845
  [transactionLine]="transactionLine"
51846
51846
  [discountType]="activeDiscountType"
@@ -51989,7 +51989,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImpo
51989
51989
  @if (showPriceListDialog) {
51990
51990
  <co-dialog-transaction-line-price-list (close)="showPriceListDialog = false"></co-dialog-transaction-line-price-list>
51991
51991
  }
51992
- @if (showDiscountCodesPopup) {
51992
+ @if (showDiscountCodesPopup && showDiscountCode) {
51993
51993
  <co-discount-codes-popup
51994
51994
  [transactionLine]="transactionLine"
51995
51995
  [discountType]="activeDiscountType"