X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FController%2FOrder.pm;h=f6a731a9f06945966ada076229024b143d65582e;hb=ffc3f2f961dec8a99639032c786b59cd4002a808;hp=a32581d6537f1cfd1631f81bd09be7691ce0e685;hpb=44fb4fe8d98ced50689764dab64b4633016c9fe0;p=kivitendo-erp.git diff --git a/SL/Controller/Order.pm b/SL/Controller/Order.pm index a32581d65..f6a731a9f 100644 --- a/SL/Controller/Order.pm +++ b/SL/Controller/Order.pm @@ -1204,10 +1204,6 @@ java script functions =item * -C 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 +1232,22 @@ Table header is not sticky in the scrolling area. Sorting does not include C, neither does reordering. +This behavior was implemented intentionally. But we can discuss, which behavior +should be implemented. + =item * -C does not use the currently inserted string for filtering. +C does not use the currently inserted string for +filtering. + +=item * Performance + +Rendering a 50 items order takes twice as long as the old code. + +90% of that is rendering the (hidden) second rows, and 50% of those again are +checks for is_valid and C on the cvar input template. + +Suggestion: fetch second rows when asked for. =back