staff.circ.work_log_checkin_attempt.cataloging.message=%1$S attempted checkin of %4$S, which is a pre-cat and was routed to Cataloging. Route To = %5$S
# 1 - Staff Username 2 - Patron Family 3 - Patron Barcode 4 - Item Barcode 5 - Route To text
staff.circ.work_log_checkin_attempt.not_found.message=%1$S attempted checkin of %4$S, which was not found, and so was routed to Cataloging. Route To = %5$S
-# 1 - Staff Username 2 - Patron Family 3 - Patron Barcode 4 - Original Balance 5 - Voided Balance 6 - Payment Received 7 - Payment Applied
-# 8 - Change Given 9 - Credit Given 10 - New Balance 11 - Payment Type 12 - Note 13 - API call result
-staff.circ.work_log_payment_attempt.success.message=%1$S received %6$S (%11$S) for %3$S (%2$S).
-# 1 - Staff Username 2 - Patron Family 3 - Patron Barcode 4 - Original Balance 5 - Voided Balance 6 - Payment Received 7 - Payment Applied
-# 8 - Change Given 9 - Credit Given 10 - New Balance 11 - Payment Type 12 - Note 13 - API call result
-staff.circ.work_log_payment_attempt.failure.message=%1$S attempted receipt of %6$S (%11$S) for %3$S (%2$S), which failed for this reason: %13$S
+# 1 - Staff Username 2 - Patron Family 3 - Patron Barcode 4 - Original Balance 5 - Voided Balance 6 - Payment Received
+# 7 - New Balance 8 - Payment Type 9 - Note 10 - API call result
+staff.circ.work_log_payment_attempt.success.message=%1$S received %6$S (%8$S) for %3$S (%2$S). %4$0.S %5$0.S %7$0.S %9$0.S %10$0.S
+# 1 - Staff Username 2 - Patron Family 3 - Patron Barcode 4 - Original Balance 5 - Voided Balance 6 - Payment Received
+# 7 - New Balance 8 - Payment Type 9 - Note 10 - API call result
+staff.circ.work_log_payment_attempt.failure.message=%1$S attempted receipt of %6$S (%8$S) for %3$S (%2$S), which failed for this reason: %10$S %4$0.S %5$0.S %7$0.S %9$0.S
staff.circ.checkin.hold_capture=Hold Capture
staff.circ.checkin.check_in.tab=Item Check In
staff.circ.renew.tab.label=Renew Items
g.previous_summary.original_balance, // 4 - Original Balance
g.previous_summary.voided_balance, // 5 - Voided Balance
g.previous_summary.payment_received, // 6 - Payment Received
- g.previous_summary.payment_applied, // 7 - Payment Applied
- g.previous_summary.change_given, // 8 - Change Given
- g.previous_summary.credit_given, // 9 - Credit Given
- g.previous_summary.new_balance, // 10 - New Balance
- g.previous_summary.payment_type, // 11 - Payment Type
- g.previous_summary.note, // 12 - Note
- robj && robj.textcode ? robj.textcode : robj // 13 - API call result
+ g.previous_summary.new_balance, // 7 - New Balance
+ g.previous_summary.payment_type, // 8 - Payment Type
+ g.previous_summary.note, // 9 - Note
+ robj && robj.textcode ? robj.textcode : robj // 10 - API call result
]
), {
'au_id' : g.patron.id(),