From e0d137dcd3e28fcf8f307120ef86733b5814ffec Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Mon, 1 Feb 2016 11:57:16 -0800 Subject: add unused_credit flag to edit/reason.html for cancel reasons, #27911 --- httemplate/edit/reason.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'httemplate/edit/reason.html') diff --git a/httemplate/edit/reason.html b/httemplate/edit/reason.html index 30168d551..331db4439 100644 --- a/httemplate/edit/reason.html +++ b/httemplate/edit/reason.html @@ -65,12 +65,14 @@ my @fields = ( }, ); -if ( $class eq 'S' ) { +if ( $class eq 'S' or $class eq 'C' ) { push @fields, { 'field' => 'unused_credit', 'type' => 'checkbox', 'value' => 'Y', - }, + }; +} +if ( $class eq 'S' ) { { 'type' => 'tablebreak-tr-title' }, { 'field' => 'feepart', 'type' => 'select-table', -- cgit v1.2.1