From f2ebcefc57eb08c95373cfff4192e1fb8273b067 Mon Sep 17 00:00:00 2001 From: Vidya Ramakrishnan Date: Thu, 27 Jun 2024 17:34:31 +0530 Subject: [PATCH] Fix discount policy form and ticket assignment page --- boxoffice/assets/js/templates/admin_discount_policy.html.js | 5 +++-- boxoffice/assets/js/templates/ticket_assigment.html.js | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/boxoffice/assets/js/templates/admin_discount_policy.html.js b/boxoffice/assets/js/templates/admin_discount_policy.html.js index 70b58e4d..a47b4017 100644 --- a/boxoffice/assets/js/templates/admin_discount_policy.html.js +++ b/boxoffice/assets/js/templates/admin_discount_policy.html.js @@ -33,15 +33,16 @@ export const DiscountPolicyTemplate = ` + // DiscountTypeEnum [AUTOMATIC = 1,COUPON = 2] {{#if newDiscountPolicy.is_price_based == 0}}

How is this discount going to be availed?

diff --git a/boxoffice/assets/js/templates/ticket_assigment.html.js b/boxoffice/assets/js/templates/ticket_assigment.html.js index 10f25f9d..cc3eb243 100644 --- a/boxoffice/assets/js/templates/ticket_assigment.html.js +++ b/boxoffice/assets/js/templates/ticket_assigment.html.js @@ -18,7 +18,7 @@ export const TicketAssignmentTemplate = `
{{#if !toAssign}}
-
{{{ description }}}
+
{{{ description_html }}}

₹{{ final_amount }}

{{#if assignee.id || isTicketAssigned}}

This ticket has been assigned to {{assignee.fullname}}