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