git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_2_3@10433
dcc99617-32d9-48b4-a31d-
7c20da2025e4
my $e = new_editor(authtoken => $auth);
return $e->die_event unless $e->checkauth;
$org_id ||= $e->requestor->ws_ou;
- return $e->retrieve_actor_org_unit_hours_of_operation($org_id);
+ # use storage for <1.4 to avoid timezone issues with cstore
+ return $U->storagereq(
+ 'open-ils.storage.direct.actor.org_unit.hours_of_operation.retrieve', $org_id);
+ #return $e->retrieve_actor_org_unit_hours_of_operation($org_id);
}
color: black;
font-family: Arial;
background-color: white;
+ page-break-after: always;
}
#selfck-print-patron-info { font-size: 8pt; }