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:
df0cd5d
)
Beim Anlegen von Artikeln aus Vorgängen heraus auch die Langbeschreibung mit übernehmen.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 14 Jan 2008 13:38:19 +0000
(13:38 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 14 Jan 2008 13:38:19 +0000
(13:38 +0000)
bin/mozilla/ic.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/ic.pl
b/bin/mozilla/ic.pl
index
fbd4fde
..
aa83e54
100644
(file)
--- a/
bin/mozilla/ic.pl
+++ b/
bin/mozilla/ic.pl
@@
-1954,6
+1954,8
@@
sub save {
map { $form->{"${_}_$i"} = $newform{$_} } qw(partnumber description bin unit listprice inventory_accno income_accno expense_accno sellprice lastcost price_factor_id);
+ $form->{"longdescription_$i"} = $newform{notes};
+
$form->{"sellprice_$i"} = $newform{lastcost} if ($form->{vendor_id});
if ($form->{exchangerate} != 0) {