Bug 6006 - Move location from current location to home library column on detail.pl
It doesn't make sense to have the home library's location (example: Adult) in the "current (branch) location" column, since that location is assigned by the home library. This patch moves it to the "home location" column, where it belongs. Signed-off-by: Jared Camins-Esakov <jcamins@bywatersolutions.com> Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
This commit is contained in:
parent
689bc19154
commit
c9bef775cf
1 changed files with 2 additions and 2 deletions
|
@ -248,8 +248,8 @@ function verify_images() {
|
|||
<!-- /TMPL_IF -->
|
||||
<!-- /TMPL_IF --></td>
|
||||
<!-- /TMPL_IF -->
|
||||
<td class="location"><!-- TMPL_UNLESS NAME="singlebranchmode" --><!-- TMPL_VAR NAME="branchname" --> <!-- /TMPL_UNLESS --><span class="shelvingloc"><!-- TMPL_VAR NAME="location" --></span> </td>
|
||||
<td class="homebranch"><!-- TMPL_VAR NAME="homebranch" -->
|
||||
<td class="location"><!-- TMPL_UNLESS NAME="singlebranchmode" --><!-- TMPL_VAR NAME="branchname" --> <!-- /TMPL_UNLESS --></td>
|
||||
<td class="homebranch"><!-- TMPL_VAR NAME="homebranch" --><span class="shelvingloc"><!-- TMPL_VAR NAME="location" --></span> </td>
|
||||
<!-- TMPL_IF NAME="itemdata_ccode" --><td><!-- TMPL_VAR name="ccode" --></td><!-- /TMPL_IF -->
|
||||
<td class="itemcallnumber"><!-- TMPL_IF NAME="itemcallnumber" --> <!-- TMPL_VAR NAME="itemcallnumber" --><!-- /TMPL_IF --></td>
|
||||
<td class="status">
|
||||
|
|
Loading…
Reference in a new issue