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:
add25c2
)
Rechnungsentwürfe beim Laden Tagesdatum setzen
author
Jan Büren
<jan@kivitendo-premium.de>
Wed, 3 May 2017 10:31:04 +0000
(12:31 +0200)
committer
Jan Büren
<jan@kivitendo-premium.de>
Wed, 3 May 2017 10:31:04 +0000
(12:31 +0200)
Wie in vorherigen Entwürfen auch, wird das Datum beim Laden
des Entwurfs tagesaktuell gesetzt.
bin/mozilla/is.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/is.pl
b/bin/mozilla/is.pl
index
1b583a6
..
06cb187
100644
(file)
--- a/
bin/mozilla/is.pl
+++ b/
bin/mozilla/is.pl
@@
-626,6
+626,9
@@
sub mark_as_paid {
}
sub show_draft {
+ # unless no lazy implementation of save draft without invdate
+ # set the current date like in version <= 3.4.1
+ $::form->{invdate} = DateTime->today->to_lxoffice;
update();
}