From: Jan Büren Date: Fri, 23 Oct 2015 13:07:11 +0000 (+0200) Subject: Revert "POD zu update_attributes ergänzt" X-Git-Tag: release-3.4.1~629 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=c637622e07d256bf44bf4f44a94bebb3d5750b48;p=kivitendo-erp.git Revert "POD zu update_attributes ergänzt" This reverts commit 2271551b46c84fa256c7a2e0a46c04cddf31e89e. --- 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