]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Controller/Order.pm
Briefe: Sprache im Druck
[mfinanz.git] / SL / Controller / Order.pm
index 9489c50f3da298ed89711c9003cb6598548c789d..8023aa2b9921edb2178cb506a737744776d53a92 100644 (file)
@@ -783,6 +783,8 @@ sub _make_item {
 
   $item->assign_attributes(%$attr);
   $item->longdescription($item->part->notes) if $is_new && !defined $attr->{longdescription};
+  # item fields that currently can't be set in in row but are needed:
+  $item->lastcost($item->part->lastcost);
 
   return $item;
 }
@@ -1204,10 +1206,6 @@ java script functions
 
 =item *
 
-C<position> is not displayed until an order is saved
-
-=item *
-
 Customer discount is not displayed as a valid discount in price source popup
 (this might be a bug in price sources)
 
@@ -1236,9 +1234,12 @@ Table header is not sticky in the scrolling area.
 
 Sorting does not include C<position>, neither does reordering.
 
+This behavior was implemented intentionally. But we can discuss, which behavior
+should be implemented.
+
 =item *
 
-C<show_smulti_items_dialog> does not use the currently inserted string for
+C<show_multi_items_dialog> does not use the currently inserted string for
 filtering.
 
 =item * Performance