From 905df37f6139ee52ae65f7e4caf9ecd1165efb73 Mon Sep 17 00:00:00 2001 From: mrsaicharan1 Date: Thu, 1 Aug 2019 06:37:13 +0530 Subject: [PATCH] allow decimal values for ticket prices --- app/components/forms/wizard/basic-details-step.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/forms/wizard/basic-details-step.js b/app/components/forms/wizard/basic-details-step.js index 8dc6b27d779..68359750152 100644 --- a/app/components/forms/wizard/basic-details-step.js +++ b/app/components/forms/wizard/basic-details-step.js @@ -221,7 +221,7 @@ export default Component.extend(FormMixin, EventWizardMixin, { prompt : this.l10n.t('Please give a proper price for you ticket') }, { - type : 'integer[1..]', + type : 'decimal[0..]', prompt : this.l10n.t('Ticket price should be greater than 0') } ]