webstaff: remove Edit Offset from actions collab/phasefx/serials_sub_mgt_actions
authorJason Etheridge <jason@esilibrary.com>
Tue, 16 May 2017 18:36:25 +0000 (14:36 -0400)
committerJason Etheridge <jason@esilibrary.com>
Tue, 16 May 2017 19:00:03 +0000 (15:00 -0400)
and fix typo for offset in the subscriptions area

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
Open-ILS/src/templates/staff/serials/t_subscription_manager.tt2

index b0dcbf8..6d51db7 100644 (file)
@@ -19,7 +19,7 @@
       </div>
       <div class="form-group">
         <label>[% l('Expected Offset') %]</label>
-        <input type="text" ng-model="ssub.expected_offset"></input>
+        <input type="text" ng-model="ssub.expected_date_offset"></input>
       </div>
       <button class="btn btn-sm btn-warning" ng-click="add_distribution(ssub)">[% l('Add distribution') %]</button>
     </div>
@@ -78,8 +78,6 @@
       label="[% l('Additional Routing') %]"></eg-grid-action>
     <eg-grid-action handler="link_mfhd" disabled="need_one_selected"
       label="[% l('Link MFHD') %]"></eg-grid-action>
-    <eg-grid-action handler="edit_offsets"
-      label="[% l('Edit Offsets') %]"></eg-grid-action>
     <eg-grid-action handler="clone_subscription"
       label="[% l('Clone Subscription') %]"></eg-grid-action>