X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/c37da034c649ac67a2235fd0527f6fef5e26ec5a..f6ed86e:/SL/DB/Order.pm diff --git a/SL/DB/Order.pm b/SL/DB/Order.pm index a605a3689..9e7817344 100644 --- a/SL/DB/Order.pm +++ b/SL/DB/Order.pm @@ -60,6 +60,7 @@ sub _before_save_set_ord_quo_number { # methods sub items { goto &orderitems; } +sub add_items { goto &add_orderitems; } sub items_sorted { my ($self) = @_;