</listeners>
<accounts>
- <!--
- Fine Item Detail returned by the Patron Information Request is
- manufacturer-specific. We support the following formats:
+ <!--
+ Fine Item Detail returned by the Patron Information Request is
+ manufacturer-specific. We support the following formats:
3m, Swyer_A, Swyer_B, and EG_Legacy (default)
Specify which treatment you want in the av_format attribute.
- For example: <login id="sc" password="pwd" institution="main" av_format="3m">
+ For example: <login id="sc" password="pwd" institution="main" av_format="3m">
-->
<login id="scclient" password="clientpwd" institution="gapines"/>
flag instead of always returning not-OK
<option name='patron_calculate_recal_ok' value='true' />
-->
-<<<<<<< Updated upstream
-=======
->>>>>>> Stashed changes
</options>
<checkin_override>
my ($self, $start, $end, $ids_only) = @_;
my @fines;
eval {
-<<<<<<< Updated upstream
-=======
my $login = OpenILS::SIP->login_account();
$AV_format_orig = $login->{av_format} || '';
$AV_format_orig = "eg_legacy" if $AV_format_orig == '';
$AV_format = "eg_legacy";
}
->>>>>>> Stashed changes
my $xacts = $U->simplereq('open-ils.actor', 'open-ils.actor.user.transactions.history.have_balance', $self->{authtoken}, $self->{user}->id);
foreach my $xact (@{$xacts}) {
if ($ids_only) {