Reskin: Display correct standing instruction destination fixes #2122

This commit is contained in:
Alex Ivanov 2017-03-23 00:03:03 +00:00
parent c34f56d2c7
commit cedfdf6be0
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@
}
if(data.fromClient.id == data.toClient.id){
allowclientedit = true;
scope.allowclientedit = false;
}
if (data.recurrenceOnMonthDay) {
var d = new Date();

View File

@ -12,7 +12,7 @@
resourceFactory.standingInstructionResource.get(params, function (data) {
scope.standinginstruction = data;
if(data.fromClient.id == data.toClient.id){
allowclientedit = true;
scope.allowclientedit = false;
}
});