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:
68be133
)
Auftrags-Controller: Kosmetik
author
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Mon, 7 Sep 2015 12:46:25 +0000
(14:46 +0200)
committer
G. Richardson
<information@kivitendo-premium.de>
Mon, 16 Nov 2015 15:15:57 +0000
(16:15 +0100)
SL/Controller/Order.pm
patch
|
blob
|
history
diff --git
a/SL/Controller/Order.pm
b/SL/Controller/Order.pm
index
eff55ca
..
637df37
100644
(file)
--- a/
SL/Controller/Order.pm
+++ b/
SL/Controller/Order.pm
@@
-136,7
+136,7
@@
sub action_add_item {
return unless $form_attr->{parts_id};
- my $item
= SL::DB::OrderItem->new;
+ my $item = SL::DB::OrderItem->new;
$item->assign_attributes(%$form_attr);
my $part = SL::DB::Part->new(id => $form_attr->{parts_id})->load;