X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/53593baa211863fbf66540cf1bcc36c8fb37257f..d8be5cc409de5b3bc34439599b1481201a5a1c2e:/SL/Dev/Part.pm diff --git a/SL/Dev/Part.pm b/SL/Dev/Part.pm index 967a1f75b..14fc088cc 100644 --- a/SL/Dev/Part.pm +++ b/SL/Dev/Part.pm @@ -141,8 +141,7 @@ SL::Dev::Part - create part objects for testing, with minimal defaults # see individual functions for special parameters my $part = new_part( partnumber => 'Test 001', - warehouse_id => $bin->warehouse->id, - bin_id => $bin->id, + rop => 20, ); =head1 FUNCTIONS