X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/9a4e5185bf2eea62282c7e98dc48422b1943334a..71734294d77354238b1f1c4ed1775352a0228290:/SL/DB/OrderItem.pm diff --git a/SL/DB/OrderItem.pm b/SL/DB/OrderItem.pm index 5c18c4ce9..d193393bb 100644 --- a/SL/DB/OrderItem.pm +++ b/SL/DB/OrderItem.pm @@ -68,7 +68,7 @@ sub _sort_spec { qty => [ 'qty' ], ordnumber => [ 'order.ordnumber' ], customer => [ 'lower(customer.name)', ], - position => [ 'trans_id', 'runningnumber' ], + position => [ 'trans_id' ], reqdate => [ 'COALESCE(orderitems.reqdate, order.transdate)' ], orddate => [ 'order.orddate' ], sellprice => [ 'sellprice' ],