mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 11:14:31 -04:00
Working on time tracker
This commit is contained in:
parent
c1acbe30ee
commit
10b1bee64d
@ -667,6 +667,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
self.save = function(isSelected) {
|
self.save = function(isSelected) {
|
||||||
|
if (model.sendingRequest()) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
if (! self.checkForOverlaps()) {
|
if (! self.checkForOverlaps()) {
|
||||||
swal("{{ trans('texts.task_errors') }}");
|
swal("{{ trans('texts.task_errors') }}");
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user