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:
53d80f2
)
Lieferantenauftrag → Kundenauftrag: Verkaufspreis als Einkaufspreis übernehmen
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 25 Jun 2014 06:46:29 +0000
(08:46 +0200)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 25 Jun 2014 06:46:29 +0000
(08:46 +0200)
Der Preis, den ich beim Lieferanten zahlen musste (alte Maske:
sellprice_N) ist dann im weiteren Verkaufsprozess der
Einkaufspreis (neue Maske: lastcost_N).
bin/mozilla/oe.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/oe.pl
b/bin/mozilla/oe.pl
index
6d3fb19
..
4fff4f9
100644
(file)
--- a/
bin/mozilla/oe.pl
+++ b/
bin/mozilla/oe.pl
@@
-1761,6
+1761,7
@@
sub sales_order {
if ($form->{type} eq "purchase_order") {
delete($form->{ordnumber});
+ $form->{"lastcost_$_"} = $form->{"sellprice_$_"} for (1..$form->{rowcount});
}
$form->{cp_id} *= 1;