@@ -, +, @@ - Apply the patch and restart services. - Enable the AllowOfflineCirculation system preference. - Go to Circulation -> Built-in offline circulation interface. - Click "Synchronize." - Click the "Download records" button. - After the page refreshes you should see updated dates where it lists "last synced" information. --- offline_circ/download.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/offline_circ/download.pl +++ a/offline_circ/download.pl @@ -36,7 +36,7 @@ my $req_data = $query->param('data') || ''; my $patrons_query = q{SELECT borrowers.borrowernumber, cardnumber, surname, firstname, title, othernames, initials, streetnumber, streettype, address, address2, city, - state, zipcode, country, email, phone, mobile, fax, dateofbirth, branchcode, + state, zipcode, country, email, phone, mobile, fax, dateofbirth, borrowers.branchcode, categorycode, dateenrolled, dateexpiry, COALESCE(gonenoaddress, 0) AS gonenoaddress, COALESCE(lost, 0) AS lost, debarred, debarredcomment, SUM(accountlines.amountoutstanding) AS fine --