https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18382
--- Comment #2 from Barton Chittenden <[email protected]> --- (In reply to Aleisha Amohia from comment #1) > I am not seeing this error. > When I click Suspend, this is the entry that gets inserted into the action > log: > > $VAR1 = {'waitingdate' => undef,'itemnumber' => undef,'timestamp' => > '2017-04-18 23:54:43','notificationdate' => undef,'priority' => > '1','biblionumber' => '21','expirationdate' => undef,'cancellationdate' => > undef,'reminderdate' => undef,'found' => undef,'reservedate' => > '2017-04-18','suspend_until' => bless( {'locale' => bless( > {'default_time_format_length' => 'medium','en_complete_name' => 'English > United States','native_territory' => 'United > States','default_date_format_length' => 'medium','native_language' => > 'English','en_territory' => 'United States','native_complete_name' => > 'English United States','en_language' => 'English','id' => 'en_US'}, > 'DateTime::Locale::en_US' ),'tz' => bless( {'name' => 'UTC'}, > 'DateTime::TimeZone::UTC' ),'utc_rd_days' => 736440,'utc_rd_secs' => > 0,'local_rd_secs' => 0,'offset_modifier' => 0,'local_rd_days' => > 736440,'rd_nanosecs' => 0,'local_c' => {'year' => 2017,'month' => 4,'day' => > 21,'day_of_quarter' => 21,'quarter' => 2,'hour' => 0,'minute' => > 0,'day_of_year' => 111,'day_of_week' => 5,'second' => 0},'formatter' => > undef,'utc_year' => 2018}, 'DateTime' ),'lowestPriority' => '0','branchcode' > => 'CPL','suspend' => 1,'reserve_id' => '232','reservenotes' => > '','itemtype' => undef,'borrowernumber' => '51'}; > > It's a little long, sure, but it doesn't separate for each new line like in > your attachment. My formatting came from the fact that I queried action_logs via the command line, using mysql's '\G' query terminator, which puts in the line breaks. Apparently your 'locale' variable is fairly compact... mine isn't. In any case 'suspend_until' is still refers to a datetime object which is dumped in its entirity, that *may* get huge, and none of it is information that the user will need or want. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
