restaurant order placement: success #3349
This commit is contained in:
parent
723d6e943e
commit
2fa149a776
@ -22,7 +22,7 @@ NGApp.controller('RestaurantOrderPlacementDashboard', function ( $scope, Restaur
|
||||
}
|
||||
|
||||
$scope.list = function(){
|
||||
$scope.navigation.link( '/restaurant/order/placement/list' );
|
||||
$scope.navigation.link( '/restaurant/order/placement/list' + $scope.id_restaurant );
|
||||
}
|
||||
|
||||
$scope.new = function(){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user