From: Dobrica Pavlinusic Date: Thu, 28 Aug 2014 14:53:03 +0000 (+0200) Subject: display more info from sip2 partron info X-Git-Url: http://git.rot13.org/?p=Biblio-RFID.git;a=commitdiff_plain;h=abaaec833076bde6e6e517e8b88ae9c1b098e9c0 display more info from sip2 partron info --- diff --git a/examples/selfcheck.html b/examples/selfcheck.html index 5aa1012..6bdde5f 100644 --- a/examples/selfcheck.html +++ b/examples/selfcheck.html @@ -94,12 +94,10 @@ Borrower:

Dokumenti

Dugovanje

diff --git a/examples/selfcheck.js b/examples/selfcheck.js index cca0084..9436d79 100644 --- a/examples/selfcheck.js +++ b/examples/selfcheck.js @@ -169,6 +169,8 @@ function start( cardnumber ) { fill_in( 'borrower_email', data['BE'] ); fill_in( 'hold_items', data['fixed'].substr( 2 + 14 + 3 + 18 + ( 0 * 4 ), 4 ) ) * 1; fill_in( 'overdue_items', data['fixed'].substr( 2 + 14 + 3 + 18 + ( 1 * 4 ), 4 ) ) * 1; + fill_in( 'charged_items', data['fixed'].substr( 2 + 14 + 3 + 18 + ( 2 * 4 ), 4 ) ) * 1; + fill_in( 'fine_items', data['fixed'].substr( 2 + 14 + 3 + 18 + ( 3 * 4 ), 4 ) ) * 1; pending_jsonp--; change_page('borrower_info'); }).fail( function(data) {