Bug 13055

Summary: Show budget name when editing it
Product: Koha Reporter: Owen Leonard <oleonard>
Component: AcquisitionsAssignee: Owen Leonard <oleonard>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: minor    
Priority: P5 - low CC: tomascohen
Version: Main   
Hardware: All   
OS: All   
URL: /cgi-bin/koha/admin/aqbudgetperiods.pl?op=add_form&budget_period_id=X
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Bug 13055 - Show budget name when editing it
Bug 13055 - Show budget name when editing it
[PASSED QA] Bug 13055 - Show budget name when editing it

Description Owen Leonard 2014-10-09 14:47:23 UTC
When you are editing a budget the page heading should show the name of that budget.
Comment 1 Owen Leonard 2014-10-09 14:59:10 UTC Comment hidden (obsolete)
Comment 2 Chris Cormack 2014-10-16 14:29:15 UTC Comment hidden (obsolete)
Comment 3 Katrin Fischer 2014-10-16 14:42:35 UTC
Created attachment 32422 [details] [review]
[PASSED QA] Bug 13055 - Show budget name when editing it

This patch adds the budget name to the page heading when editing a
budget. The patch also similarly corrects the page title during edit
operations and fixes some inconsistency in the breadcrumbs.

To test, edit an existing budget (Adminitration -> Budgets) and confirm
that page title, breadcrumbs, and heading look correct.

Signed-off-by: Chris <chris@bigballofwax.co.nz>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Nice improvement, works as described.
Comment 4 Tomás Cohen Arazi 2014-11-20 00:50:22 UTC
Patch pushed to master.

Thanks Owen!