Skip to content

Commit

Permalink
(MT2371) basket.tmpl, in basket details, change Open on => Opened on
Browse files Browse the repository at this point in the history
Signed-off-by: Galen Charlton <[email protected]>
  • Loading branch information
alexarn authored and gmcharlt committed Jun 24, 2010
1 parent e44fc90 commit f0233c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
<p>Contract name: <a href="../admin/aqcontract.pl?op=add_form&amp;contractnumber=<!-- TMPL_VAR NAME="basketcontractno" -->&amp;booksellerid=<!-- TMPL_VAR NAME="booksellerid" -->"><!-- TMPL_VAR NAME="basketcontractname" --></a></p>
<!-- /TMPL_IF -->
<!-- TMPL_IF NAME="authorisedbyname" --><p>Managed by: <!-- TMPL_VAR NAME="authorisedbyname" --></p><!-- /TMPL_IF -->
<!-- TMPL_IF NAME="creationdate" --><p>Open on: <!-- TMPL_VAR NAME="creationdate" --></p><!-- /TMPL_IF -->
<!-- TMPL_IF NAME="creationdate" --><p>Opened on: <!-- TMPL_VAR NAME="creationdate" --></p><!-- /TMPL_IF -->
<!-- TMPL_IF name="closedate" -->
<form action="/cgi-bin/koha/acqui/basketgroup.pl" method="post">
<p>Closed on: <!-- TMPL_VAR name="closedate" --></p>
Expand Down

0 comments on commit f0233c4

Please sign in to comment.