Summary: | Fix missing display of help page in contract management | ||
---|---|---|---|
Product: | Koha | Reporter: | Marc Véron <veron> |
Component: | Acquisitions | Assignee: | Marc Véron <veron> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | trivial | ||
Priority: | P5 - low | CC: | chris, liz, tomascohen |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Bug 14929 - Fix missing display of help page in contract management
Bug 14929 - Fix missing display of help page in contract management Bug 14929 - Fix missing display of help page in contract management |
Description
Marc Véron
2015-09-30 15:34:23 UTC
Hmm, I accidentally set Status to 'Needs Signoff'. How to reset it to 'New'? You need to go back to assigned first - then you can set new next :) Created attachment 42990 [details] [review] Bug 14929 - Fix missing display of help page in contract management This patch renames / moves the file koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/acqcontract.tt to koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/aqcontract.tt To test: - Go to Home > Acquisition > [Vendor] > Contracts (/cgi-bin/koha/admin/aqcontract.pl?booksellerid=XXXX) - Verify that Help displays as appropriate. Created attachment 42998 [details] [review] Bug 14929 - Fix missing display of help page in contract management This patch renames / moves the file koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/acqcontract.tt to koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/aqcontract.tt To test: - Go to Home > Acquisition > [Vendor] > Contracts (/cgi-bin/koha/admin/aqcontract.pl?booksellerid=XXXX) - Verify that Help displays as appropriate. Signed-off-by: Magnus Enger <magnus@libriotech.no> Works as advertised. All the tabs similar to "Contracts" have working help pages. Created attachment 43010 [details] [review] Bug 14929 - Fix missing display of help page in contract management This patch renames / moves the file koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/acqcontract.tt to koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/aqcontract.tt To test: - Go to Home > Acquisition > [Vendor] > Contracts (/cgi-bin/koha/admin/aqcontract.pl?booksellerid=XXXX) - Verify that Help displays as appropriate. Signed-off-by: Magnus Enger <magnus@libriotech.no> Works as advertised. All the tabs similar to "Contracts" have working help pages. Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Patch pushed to master. Thanks Marc! Pushed to 3.20.x will be in 3.20.5 Pushed to 3.18.x, is in 3.18.12. |