[Koha-bugs] [Bug 8352] Add automatic printing of 'hold to pull' notices

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed May 13 18:05:00 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8352

Bernardo Gonzalez Kriegel <bgkriegel at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bgkriegel at gmail.com
             Status|Needs Signoff               |Failed QA

--- Comment #32 from Bernardo Gonzalez Kriegel <bgkriegel at gmail.com> ---
Hi,
on your first patch you add on kohastructure.pl
 `printed` tinyint(1) DEFAULT NULL,
for reserves and old_reserves

But on final updatedatabase.pl (needs to be on atomicupdate!), you 
"only" alter reserves but using a different type

$dbh->do("ALTER TABLE reserves ADD printed DATETIME NULL AFTER suspend_until");

Both patches have conflicts

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list