mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-03 02:21:33 +00:00
BOM: can update quantities of line_items
This commit is contained in:
@@ -64,11 +64,12 @@ orderManagementModule.factory "pendingChanges",[
|
||||
|
||||
|
||||
orderManagementModule.controller "AdminOrderMgmtCtrl", [
|
||||
"$scope", "$http", "dataFetcher", "blankEnterprise"
|
||||
($scope, $http, dataFetcher, blankEnterprise) ->
|
||||
"$scope", "$http", "dataFetcher", "blankEnterprise", "pendingChanges"
|
||||
($scope, $http, dataFetcher, blankEnterprise, pendingChanges) ->
|
||||
|
||||
$scope.lineItems = []
|
||||
$scope.confirmDelete = true
|
||||
$scope.pendingChanges = pendingChanges
|
||||
|
||||
$scope.initialise = (spree_api_key) ->
|
||||
authorise_api_reponse = ""
|
||||
|
||||
Reference in New Issue
Block a user