[Koha-bugs] [Bug 29902] While upgrading all empty deleteditems.datelastborrowed turned deleteditems.timestamp to date of upgrade

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jan 21 22:09:26 CET 2022


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

Fridolin Somers <fridolin.somers at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fridolin.somers at biblibre.co
                   |                            |m

--- Comment #1 from Fridolin Somers <fridolin.somers at biblibre.com> ---
Hi,

Maybe this comes from Bug 23081.
It changes value of deleteditems.issues :

$DBversion = '19.12.00.080';
if( CheckVersion( $DBversion ) ) {
     $dbh->do( "UPDATE items set issues=0 where issues is null" );
     $dbh->do( "UPDATE deleteditems set issues=0 where issues is null" );

This impact on deleteditems.timestamp is an unwanted side effect.

I don't know if it is technically possible to avoid it.

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


More information about the Koha-bugs mailing list