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:
65e5f16
)
2081: Bearbeiter bei neu bearbeiteten Rechnung aktualisiert
author
Rolf Fluehmann
<rolf.fluehmann@revamp-it.ch>
Tue, 7 Jan 2014 16:23:25 +0000
(17:23 +0100)
committer
Rolf Fluehmann
<rolf.fluehmann@revamp-it.ch>
Tue, 7 Jan 2014 16:24:26 +0000
(17:24 +0100)
bin/mozilla/is.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/is.pl
b/bin/mozilla/is.pl
index
cf3ac57
..
d0e5014
100644
(file)
--- a/
bin/mozilla/is.pl
+++ b/
bin/mozilla/is.pl
@@
-818,6
+818,7
@@
sub use_as_new {
$form->{rowcount}--;
$form->{invdate} = $form->current_date(\%myconfig);
$form->{duedate} = $form->get_duedate(\%myconfig, $form->{invdate}) || $form->{invdate};
+ $form->{employee_id} = SL::DB::Manager::Employee->current->id;
# remember pricegroups for "use as new"
IS->get_pricegroups_for_parts(\%myconfig, \%$form);