https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20621

--- Comment #2 from Kyle M Hall <k...@bywatersolutions.com> ---
Created attachment 74555
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=74555&action=edit
Bug 20621: Add ability for Koha::Object objects to update themselves with
database generated value automatically

Koha objects should, on store() update themselves from the db if the database
creates any of the columns. That way we don't have to call discard_changes()
manually.

See
https://wiki.koha-community.org/wiki/Koha_Objects#store_doesn.27t_return_the_DB_object
for details.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to