Lines 692-697
our $offset_type = {
Link Here
|
692 |
'lost_item_return' => 'Lost Item', |
692 |
'lost_item_return' => 'Lost Item', |
693 |
'payment' => 'Payment', |
693 |
'payment' => 'Payment', |
694 |
'writeoff' => 'Writeoff', |
694 |
'writeoff' => 'Writeoff', |
|
|
695 |
'account' => 'Account Fee', |
695 |
'reserve' => 'Reserve Fee', |
696 |
'reserve' => 'Reserve Fee', |
696 |
'processing' => 'Processing Fee', |
697 |
'processing' => 'Processing Fee', |
697 |
'lost_item' => 'Lost Item', |
698 |
'lost_item' => 'Lost Item', |
Lines 718-727
our $account_type_credit = {
Link Here
|
718 |
=cut |
719 |
=cut |
719 |
|
720 |
|
720 |
our $account_type_debit = { |
721 |
our $account_type_debit = { |
|
|
722 |
'account' => 'A', |
721 |
'fine' => 'FU', |
723 |
'fine' => 'FU', |
722 |
'lost_item' => 'L', |
724 |
'lost_item' => 'L', |
723 |
'new_card' => 'N', |
725 |
'new_card' => 'N', |
724 |
'account' => 'A', |
|
|
725 |
'sundry' => 'M', |
726 |
'sundry' => 'M', |
726 |
'processing' => 'PF', |
727 |
'processing' => 'PF', |
727 |
'rent' => 'Rent', |
728 |
'rent' => 'Rent', |
728 |
- |
|
|