This patch fix button capitalization on basket groups for a vendor.
To test:
1) Go to Acquisitions, search for a vendor, click on vendor name,
Manage orders > Basquet groups
2) On Open tab, action button "Close and Print" has incorrect capitalization.
3) Apply the patch
4) Reload or repeat 1-2, capitalization fixed.
---
.../prog/en/modules/acqui/basketgroup.tt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt
b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt
index 65d3e6e..d8be02a 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt
@@ -283,7 +283,7 @@ function yuiToolbar() {
</td>
<td>
<span>
- <input
type="button" onclick="closeandprint([% basketgroup.id %])" value="Close and
Print" />
+ <input
type="button" onclick="closeandprint([% basketgroup.id %])" value="Close and
print" />
<form
action="/cgi-bin/koha/acqui/basketgroup.pl" method="get"><input type="hidden"
name="op" value="add" /><input type="hidden" name="booksellerid" value="[%
basketgroup.booksellerid %]" /><input type="hidden" name="basketgroupid"
value="[% basketgroup.id %]" /><input type="submit" value="Edit" /></form>
<form
action="/cgi-bin/koha/acqui/basketgroup.pl" method="get"><input type="hidden"
name="op" value="delete" /><input type="hidden" name="booksellerid" value="[%
basketgroup.booksellerid %]" /><input type="hidden" name="basketgroupid"
value="[% basketgroup.id %]" /><input type="submit" value="Delete" /></form>
</span>
--
1.7.9.5
_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/