Bug 20297 - Unused code in update-child template
Summary: Unused code in update-child template
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Patrons (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-02-26 11:53 UTC by paxed
Modified: 2020-11-30 21:45 UTC (History)
3 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description paxed 2018-02-26 11:53:36 UTC
In members/update-child.tt, there is a javascript block guarded by "IF (CONFIRM)", but CONFIRM is not defined anywhere:

$ rgrep -E '\bCONFIRM\b' *
blib/INTRANET_TMPL_DIR/prog/en/modules/members/update-child.tt:    [% IF ( CONFIRM ) %]
koha-tmpl/intranet-tmpl/prog/en/modules/members/update-child.tt:    [% IF ( CONFIRM ) %]
Comment 1 Katrin Fischer 2020-04-19 01:49:16 UTC
The code mentioned here does no longer exist in Koha - marking RESOLVED: