mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Add explanation to top of BOM
This commit is contained in:
@@ -35,8 +35,7 @@ orderManagementModule.directive "ofnLineItemUpdAttr", [
|
||||
|
||||
orderManagementModule.directive "ofnConfirmModelChange", (ofnConfirmHandler,$timeout) ->
|
||||
restrict: "A"
|
||||
require: "ngModel"
|
||||
link: (scope, element, attrs, ngModel) ->
|
||||
link: (scope, element, attrs) ->
|
||||
handler = ofnConfirmHandler scope, -> scope.fetchOrders()
|
||||
scope.$watch attrs.ngModel, (oldValue,newValue) ->
|
||||
handler() unless oldValue == undefined || newValue == oldValue
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
- content_for :page_title do
|
||||
= "Bulk Order Management"
|
||||
%h1.page-title Bulk Order Management
|
||||
%a.with-tip{ 'data-powertip' => "Use this page to alter product quantities across multiple orders. Products may also be removed from orders entirely, if required." } What's this?
|
||||
|
||||
= render :partial => 'spree/admin/shared/order_sub_menu'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user