https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43098
Bug ID: 43098
Summary: Typo in guided_reports_start.tt
Initiative type: ---
Sponsorship ---
status:
Product: Koha
Version: Main
Hardware: All
OS: All
Status: NEW
Severity: trivial
Priority: P5 - low
Component: Reports
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
Target Milestone: ---
Commit Bug 34478 Add 'op' to reports/guided_reports
added a typo in URL args :
<a href="/cgi-bin/koha/reports/guided_reports.pl?op=edit_formid=[% id | uri %]"
Should be :
<a href="/cgi-bin/koha/reports/guided_reports.pl?op=edit_form&id=[% id | uri
%]"
Found with :
git grep "op=[^& ]*=" -- '*\.tt'
No match in perl files nor includes
--
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list -- [email protected]
To unsubscribe send an email to [email protected]
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/