Lines 447-453
$debit_type can be any of:
Link Here
|
447 |
- ACCOUNT |
447 |
- ACCOUNT |
448 |
- ACCOUNT_RENEW |
448 |
- ACCOUNT_RENEW |
449 |
- RESERVE_EXPIRED |
449 |
- RESERVE_EXPIRED |
450 |
- lost_item |
450 |
- LOST |
451 |
- sundry |
451 |
- sundry |
452 |
- new_card |
452 |
- new_card |
453 |
- overdue |
453 |
- overdue |
Lines 713-719
our $offset_type = {
Link Here
|
713 |
'ACCOUNT_RENEW' => 'Account Fee', |
713 |
'ACCOUNT_RENEW' => 'Account Fee', |
714 |
'RESERVE' => 'Reserve Fee', |
714 |
'RESERVE' => 'Reserve Fee', |
715 |
'PROCESSING' => 'Processing Fee', |
715 |
'PROCESSING' => 'Processing Fee', |
716 |
'lost_item' => 'Lost Item', |
716 |
'LOST' => 'Lost Item', |
717 |
'RENT' => 'Rental Fee', |
717 |
'RENT' => 'Rental Fee', |
718 |
'RENT_DAILY' => 'Rental Fee', |
718 |
'RENT_DAILY' => 'Rental Fee', |
719 |
'RENT_RENEW' => 'Rental Fee', |
719 |
'RENT_RENEW' => 'Rental Fee', |
Lines 743-749
our $account_type_debit = {
Link Here
|
743 |
'ACCOUNT' => 'ACCOUNT', |
743 |
'ACCOUNT' => 'ACCOUNT', |
744 |
'ACCOUNT_RENEW' => 'ACCOUNT_RENEW', |
744 |
'ACCOUNT_RENEW' => 'ACCOUNT_RENEW', |
745 |
'RESERVE_EXPIRED' => 'RESERVE_EXPIRED', |
745 |
'RESERVE_EXPIRED' => 'RESERVE_EXPIRED', |
746 |
'lost_item' => 'LOST', |
746 |
'LOST_ITEM' => 'LOST', |
747 |
'sundry' => 'M', |
747 |
'sundry' => 'M', |
748 |
'new_card' => 'N', |
748 |
'new_card' => 'N', |
749 |
'overdue' => 'OVERDUE', |
749 |
'overdue' => 'OVERDUE', |