staff.patron.bills.void_all_billings.billings_voided=Billings voided.
staff.patron.bill_wizard.patron_bill_finish.billing_added=Billing added.
staff.patron.display.cmd_search_form.no_patron=No Patron Selected
-staff.patron.display.cmd_patron_edit.edit_search=Editor would like to search for: %1$s
staff.patron.display.cmd_patron_delete.dialog.title=Delete Patron Account
staff.patron.display.cmd_patron_delete.dialog.message=Completely OBLITERATE this patron account, including bills, payments, bookbags, etc? This is IRREVERSIBLE.
staff.patron.display.cmd_patron_delete.dialog.confirmation=Check here to confirm this action.
obj.reset_nav_styling('cmd_patron_edit');
function spawn_search(s) {
- obj.error.sdump('D_TRACE', $("commonStrings").getFormattedString('staff.patron.display.cmd_patron_edit.edit_search', [js2JSON(s)]) );
+ obj.error.sdump('D_TRACE', 'Editor would like to search for: ' + js2JSON(s));
obj.OpenILS.data.stash_retrieve();
xulG.new_patron_tab( {}, { 'doit' : 1, 'query' : js2JSON(s) } );
}