mirror of
https://github.com/openMF/community-app.git
synced 2026-02-06 13:51:55 +00:00
Reskin: Display correct standing instruction destination fixes #2122
This commit is contained in:
parent
c34f56d2c7
commit
cedfdf6be0
@ -29,7 +29,7 @@
|
||||
}
|
||||
|
||||
if(data.fromClient.id == data.toClient.id){
|
||||
allowclientedit = true;
|
||||
scope.allowclientedit = false;
|
||||
}
|
||||
if (data.recurrenceOnMonthDay) {
|
||||
var d = new Date();
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user