From 2a1ba095cb6c460941569c26ddb225964fb90606 Mon Sep 17 00:00:00 2001 From: Mason James Date: Tue, 20 Jan 2015 05:05:42 +1300 Subject: [PATCH] ammend patch for bz13168, remove 'auto_renew' line modified: C4/Circulation.pm --- C4/Circulation.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/C4/Circulation.pm b/C4/Circulation.pm index 6ddf676ec0..316946d3e9 100644 --- a/C4/Circulation.pm +++ b/C4/Circulation.pm @@ -1261,7 +1261,6 @@ sub AddIssue { $issuedate->strftime('%Y-%m-%d %H:%M:%S'), # issuedate $datedue->strftime('%Y-%m-%d %H:%M:%S'), # date_due C4::Context->userenv->{'branch'}, # branchcode - $auto_renew ? 1 : 0 # automatic renewal ); if ( C4::Context->preference('ReturnToShelvingCart') ) { ## ReturnToShelvingCart is on, anything issued should be taken off the cart. CartToShelf( $item->{'itemnumber'} ); -- 2.39.5