BOM: can update quantities of line_items

This commit is contained in:
Rob H
2014-01-31 11:57:57 +08:00
parent 0ac1816eb8
commit 58d1bf0092
3 changed files with 24 additions and 3 deletions

View File

@@ -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 = ""