projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
791090f
)
Revert "POD zu update_attributes ergänzt"
author
Jan Büren
<jan@kivitendo-premium.de>
Fri, 23 Oct 2015 13:07:11 +0000
(15:07 +0200)
committer
Jan Büren
<jan@kivitendo-premium.de>
Fri, 23 Oct 2015 13:07:11 +0000
(15:07 +0200)
This reverts commit
2271551b46c84fa256c7a2e0a46c04cddf31e89e
.
SL/DB/Object.pm
patch
|
blob
|
history
diff --git
a/SL/DB/Object.pm
b/SL/DB/Object.pm
index
252e8ad
..
81ef978
100755
(executable)
--- a/
SL/DB/Object.pm
+++ b/
SL/DB/Object.pm
@@
-265,16
+265,7
@@
C<NULL> in the database).
Assigns the attributes from C<%attributes> by calling the
C<assign_attributes> 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