[Koha-bugs] [Bug 5877] Offline circulation improvements : upload all files, apply at once

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 22 15:44:19 CET 2011


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

--- Comment #6 from Paul Poulain <paul.poulain at biblibre.com> 2011-03-22 14:44:19 UTC ---
Nicole, the table pending_offline_operations that must be here seems not to be
on the database !
Does it work better after a:
CREATE TABLE `pending_offline_operations` (
  `operationid` int(11) NOT NULL AUTO_INCREMENT,
  `userid` varchar(30) NOT NULL,
  `branchcode` varchar(10) NOT NULL,
  `timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `action` varchar(10) NOT NULL,
  `barcode` varchar(20) NOT NULL,
  `cardnumber` varchar(16) DEFAULT NULL,
  PRIMARY KEY (`operationid`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the Koha-bugs mailing list