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:
9ffd6ee
)
Artikel als neu speichern: Historie auch für neuen Artikel schreiben.
author
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Wed, 2 Nov 2016 10:20:47 +0000
(11:20 +0100)
committer
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Wed, 2 Nov 2016 10:20:47 +0000
(11:20 +0100)
Bisher wurde nur ein Historien-Eintrag beim Original-Artikel (SAVED AS NEW)
angelegt, nicht aber beim neuen Artikel.
bin/mozilla/ic.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/ic.pl
b/bin/mozilla/ic.pl
index
702e2b0
..
84fe351
100644
(file)
--- a/
bin/mozilla/ic.pl
+++ b/
bin/mozilla/ic.pl
@@
-1302,6
+1302,10
@@
sub save_as_new {
$form->save_history;
}
# /saving the history
+
+ # deleting addition to get the history saved for the new part, too.
+ delete $form->{addition};
+
$form->{id} = 0;
if ($form->{"original_partnumber"} &&
($form->{"partnumber"} eq $form->{"original_partnumber"})) {