Bugzilla – Attachment 3274 Details for
Bug 4389
Trigger quick slip print on empty checkout submit
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Initial patch
0001-Bug-4389-Trigger-quick-slip-print-on-empty-checkout-.patch (text/plain), 1.38 KB, created by
Tomás Cohen Arazi (tcohen)
on 2011-03-09 14:34:28 UTC
(
hide
)
Description:
Initial patch
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2011-03-09 14:34:28 UTC
Size:
1.38 KB
patch
obsolete
>From a8b68927ff538c92cd5133efb6eb993fc58d95d6 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@gmail.com> >Date: Wed, 9 Mar 2011 11:31:39 -0300 >Subject: [PATCH] [Bug 4389] Trigger quick slip print on empty checkout submit >Content-Type: text/plain; charset="utf-8" > >This old bug didn't have a patch attached. I don't know if it should be syspref controled for librarians convenience. >Just let me know. > >To+ >--- > .../prog/en/modules/circ/circulation.tmpl | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl >index df78c54..d3c87ef 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl >@@ -411,7 +411,7 @@ No patron matched <span class="ex"><!-- TMPL_VAR name="message" --></span> > <!-- /TMPL_IF --> > > >-<form method="post" action="/cgi-bin/koha/circ/circulation.pl" name="mainform"> >+<form method="post" action="/cgi-bin/koha/circ/circulation.pl" name="mainform" onsubmit="if ($('#barcode').val() == '') {return printx_window('qslip')}"> > <fieldset id="circ_circulation_issue"> > <!-- TMPL_IF NAME="DisplayClearScreenButton" --> > <input type=button value="Clear Screen" onClick="window.location = '/cgi-bin/koha/circ/circulation.pl'"> >-- >1.7.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 4389
:
3274
|
3757
|
3941
|
3942