Bugzilla – Attachment 3757 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]
Missing semicolon fix
0002-Bug-4389-Missing-semicolon-breaks-functionality.patch (text/plain), 1.65 KB, created by
Tomás Cohen Arazi (tcohen)
on 2011-04-06 15:42:15 UTC
(
hide
)
Description:
Missing semicolon fix
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2011-04-06 15:42:15 UTC
Size:
1.65 KB
patch
obsolete
>From d6e82bbe4c9f9f5e0a900ea24d77ecb8d35ed981 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@gmail.com> >Date: Wed, 6 Apr 2011 12:39:29 -0300 >Subject: [PATCH 2/2] [Bug 4389] Missing semicolon breaks functionality >Content-Type: text/plain; charset="utf-8" > >There was a missing semicolon. >--- > .../prog/en/modules/circ/circulation.tmpl | 4 ++-- > 1 files changed, 2 insertions(+), 2 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 d3c87ef..9f80e9a 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" onsubmit="if ($('#barcode').val() == '') {return printx_window('qslip')}"> >+<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'"> >@@ -853,4 +853,4 @@ No patron matched <span class="ex"><!-- TMPL_VAR name="message" --></span> > <!-- TMPL_INCLUDE NAME="circ-menu.inc" --> > </div><!-- /TMPL_IF --><!-- /TMPL_UNLESS --> > </div> >-<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" --> >\ No newline at end of file >+<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" --> >-- >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