@ticketboothapp/booking 1.2.108 → 1.2.109

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ticketboothapp/booking",
3
- "version": "1.2.108",
3
+ "version": "1.2.109",
4
4
  "private": false,
5
5
  "sideEffects": [
6
6
  "**/*.css",
@@ -4419,7 +4419,7 @@ export function AdminChangeBookingFlow({
4419
4419
  hasChangesFromInitial: hasEffectiveChangeSelection,
4420
4420
  selectionTotal:
4421
4421
  originalReceipt
4422
- ? suppressSelfServeCurrencyUi && !selfServePricingConfirmed
4422
+ ? suppressSelfServeCurrencyUi && !selfServePricingConfirmed && !useAdminFeAuthoritativeQuote
4423
4423
  ? null
4424
4424
  : displayChangeFlowProposedTotalWithEditableLines
4425
4425
  : totalPrice,