https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14187
Tomás Cohen Arazi <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #58730|0 |1 is obsolete| | --- Comment #18 from Tomás Cohen Arazi <[email protected]> --- Created attachment 58881 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=58881&action=edit Bug 14187: branchtransfer needs a primary key (id) for DBIx and common sense. * C4/Circulation.pm (GetTransfers, GetTransfersFromTo): Also return branchtransfer_id in return columns. * installer/data/mysql/atomicupdate/14187.perl: New file. * installer/data/mysql/kohastructure.sql: Modify branchtransfers structure. * t/db_dependent/Circulation/transfers.t: Update tests to expect branchtransfer_id. Signed-off-by: Owen Leonard <[email protected]> Test plan successful on all steps. Signed-off-by: Jonathan Druart <[email protected]> Amended patch: Remove Schema changes from this patch Signed-off-by: Tomas Cohen Arazi <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] 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/
