LP#1570091: webstaff: fix typo
authorGalen Charlton <gmc@esilibrary.com>
Thu, 31 Mar 2016 20:50:51 +0000 (16:50 -0400)
committerBill Erickson <berickxx@gmail.com>
Wed, 20 Apr 2016 14:51:32 +0000 (10:51 -0400)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/templates/staff/cat/catalog/t_holdings.tt2

index bde7ca2..8bbfb45 100644 (file)
@@ -83,7 +83,7 @@
 
     <eg-grid-action handler="transferVolumesToRecord" group="[% l('Transfer') %]"
       label="[% l('Volumes to Previously Marked Record') %]"></eg-grid-action>
-    <eg-grid-action handler="transferVolumesLibrary" group="[% l('Transfer') %]"
+    <eg-grid-action handler="transferVolumesToLibrary" group="[% l('Transfer') %]"
       label="[% l('Volumes to Previously Marked Library') %]"></eg-grid-action>
     <eg-grid-action handler="transferVolumesToRecordAndLibrary" group="[% l('Transfer') %]"
       label="[% l('Volumes to Previously Marked Record and Library') %]"></eg-grid-action>