http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12186
Bug ID: 12186
Summary: Duplicate TT code for account payments
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5 - low
Component: Templates
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
[% SWITCH line.accounttype %]
[% CASE 'Pay' %]Payment,thanks
[% CASE 'Pay00' %]Payment,thanks (cash via SIP2)
....
This SWITCH statement is duplicated in three different files:
intranet-tmpl/prog/en/modules/members/pay.tt
intranet-tmpl/prog/en/modules/members/boraccount.tt
opac-tmpl/prog/en/modules/opac-account.tt
It should be folded into a single macro or block.
--
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/