fixed branchname and printername in returns.tmpl
This commit is contained in:
parent
082e9fcb63
commit
b0abd298c8
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@
|
|||
<div id="mainbloc">
|
||||
<h1 class="circulation">Circulation: Returns</h1>
|
||||
<p>
|
||||
<b>Branch:</b> <!-- TMPL_VAR NAME="branchname" -->,
|
||||
<b>Printer:</b> <!-- TMPL_VAR NAME="printername" -->
|
||||
<b>Branch:</b> <!-- TMPL_VAR NAME="genbrname" -->,
|
||||
<b>Printer:</b> <!-- TMPL_VAR NAME="genprname" -->
|
||||
<a href="selectbranchprinter.pl" class="button circulation">Change Settings</a>
|
||||
</p>
|
||||
|
||||
|
|
Loading…
Reference in a new issue