]> git.pld-linux.org Git - packages/eventum.git/blame - eventum-iss-close.patch
- Fixes invalid unix_timestamp() usage
[packages/eventum.git] / eventum-iss-close.patch
CommitLineData
f909f73e
ER
1diff -Naru a/templates/en/close.tpl.html b/templates/en/close.tpl.html
2--- a/templates/en/close.tpl.html 2005-03-21 03:51:37 -08:00
3+++ b/templates/en/close.tpl.html 2005-03-21 03:51:37 -08:00
4@@ -32,6 +32,8 @@
5 {literal}
6 <script language="JavaScript">
7 <!--
8+var has_per_incident_contract = false;
9+
10 function validateClose(f)
11 {
12 if (getSelectedOption(f, 'status') == -1) {
13@@ -139,7 +141,7 @@
14 </tr>
15 {if $incident_details|@count > 0}
16 <script>
17- var has_per_incident_contract = true;
18+ has_per_incident_contract = true;
19 </script>
20 <tr>
21 <td width="160" bgcolor="{$internal_color}" class="default_white">
22# This is a BitKeeper generated diff -Nru style patch.
23#
24# ChangeSet
25# 2005/03/20 02:55:36-06:00 bryan@mysql.com
26# Fixed JS error on close issue page
27#
28# ChangeLog
29# 2005/03/20 02:55:35-06:00 bryan@mysql.com +1 -0
30# Fixed JS error on close issue page
31#
32# templates/en/close.tpl.html
33# 2005/03/20 02:55:35-06:00 bryan@mysql.com +3 -1
34# Fixed JS error on close issue page
35#
This page took 0.024954 seconds and 4 git commands to generate.