projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
874cdb1
)
zu 85693, auch in show_print_options prüfen!
author
Jan Büren
<jan@kivitendo.de>
Wed, 5 May 2021 14:56:28 +0000
(16:56 +0200)
committer
Jan Büren
<jan@kivitendo.de>
Wed, 5 May 2021 14:56:28 +0000
(16:56 +0200)
js/kivi.Order.js
patch
|
blob
|
history
diff --git
a/js/kivi.Order.js
b/js/kivi.Order.js
index
75e7d2d
..
5459c0b
100644
(file)
--- a/
js/kivi.Order.js
+++ b/
js/kivi.Order.js
@@
-66,6
+66,7
@@
namespace('kivi.Order', function(ns) {
ns.show_print_options = function(warn_on_duplicates, warn_on_reqdate) {
if (!ns.check_cv()) return;
if (warn_on_duplicates && !ns.check_duplicate_parts(kivi.t8("Do you really want to print?"))) return;
+ if (warn_on_reqdate && !ns.check_valid_reqdate()) return;
kivi.popup_dialog({
id: 'print_options',