Skip to content

Instantly share code, notes, and snippets.

@xmorave2
Last active September 2, 2015 07:02
Show Gist options
  • Save xmorave2/274b820eb5f37406bdb6 to your computer and use it in GitHub Desktop.
Save xmorave2/274b820eb5f37406bdb6 to your computer and use it in GitHub Desktop.
/* Tlačítko vložit poplatek na liště */
if (typeof borrowernumber != 'undefined') {
$('<a id="insertmanualfine" class="btn btn-small" href="/cgi-bin/koha/members/maninvoice.pl?borrowernumber=' + borrowernumber + '"><i class="icon-pencil"></i> Vložit poplatek</a>').insertAfter("#searchtohold");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment