1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-12-01 12:24:28 +01:00

reset reservation modification on user change

This commit is contained in:
Sylvain 2017-03-01 14:38:29 +01:00
parent 30c6954464
commit 3c6bcccd0d

View File

@ -299,6 +299,8 @@ Application.Directives.directive 'cart', [ '$rootScope', '$uibModal', 'dialogs',
$scope.coupon.applied = null
$scope.events.moved = null
$scope.events.paid = []
$scope.events.modifiable = null
$scope.events.placable = null