Summary: | Viewing basket for acquisitions triggers error log entries. | ||
---|---|---|---|
Product: | Koha | Reporter: | Mark Tompsett <mtompset> |
Component: | Acquisitions | Assignee: | Mark Tompsett <mtompset> |
Status: | RESOLVED DUPLICATE | QA Contact: | |
Severity: | minor | ||
Priority: | P5 - low | CC: | kyle |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Added conditional secondary template param call (3.6.x)
Added conditional secondary template param call |
Description
Mark Tompsett
2012-09-19 08:35:11 UTC
Created attachment 12338 [details] [review] Added conditional secondary template param call (3.6.x) Testing -------- Set gist=0 (it's a system preference: home->administration->search for gist preference, it's the one about the default tax rate) Login Acquisitions (already had $100 in available funds) Search for vendor (already had "Book Trends" added) View (already had a "basket" added) *BAM* /var/log/koha/... (the intranet error log file) has errors. apply patch Home Acquisitions Search for vendor (used "Book Trends" again) View (the existing basket of course) Check /var/log/koha/... (intranet error log) and there are no new errors. Set gist>0 retest to make sure both if $gist and if !$gist work. Set gist back to what you want it. :) The 3.6.x seemed to need a different patch than master. applies to 3.6.x, 3.8.x, and master Created attachment 12339 [details] [review] Added conditional secondary template param call This should applied to 3.8.x and master. See testing plan above. It would seem that bug 5335 has made this bug report irrelevant, except for the test case provided. If no errors occur, then all should be fine. I'm marking it as a duplicate of 5335, even though 5335 is far bigger in scope than this tiny change. It's side-effect cleaned up this problem. *** This bug has been marked as a duplicate of bug 5335 *** |