X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FObject.pm;h=81ef97890c7cdb047f1c3d024591c7247f8b75b5;hb=c7241bf7c547d63999898dee7b5dd486e4d122d3;hp=252e8ad10f61f4964b30a7c449997ecc2174aaab;hpb=2271551b46c84fa256c7a2e0a46c04cddf31e89e;p=kivitendo-erp.git diff --git a/SL/DB/Object.pm b/SL/DB/Object.pm index 252e8ad10..81ef97890 100755 --- a/SL/DB/Object.pm +++ b/SL/DB/Object.pm @@ -265,16 +265,7 @@ C in the database). Assigns the attributes from C<%attributes> by calling the C function and saves the object afterwards. Returns -the object itself or error if referential integrity is broken. -Correct usage: - - update_attributes(warehouse_id => wh_id, bin_id => bin_id); - -Wrong usage: - - update_attributes(warehouse_id => wh_id); - update_attributes(bin_id => bin_id); - +the object itself. =item _get_manager_class