From 4eff5bf2db8f1aee010aa851808ff9785433e8d0 Mon Sep 17 00:00:00 2001 From: miker Date: Wed, 4 Jan 2006 20:40:39 +0000 Subject: [PATCH] fixing bug # 52 git-svn-id: svn://svn.open-ils.org/ILS/trunk@2604 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/reporter/templates/stage2.ttk | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Open-ILS/src/reporter/templates/stage2.ttk b/Open-ILS/src/reporter/templates/stage2.ttk index 65355091de..6dff0fefa3 100644 --- a/Open-ILS/src/reporter/templates/stage2.ttk +++ b/Open-ILS/src/reporter/templates/stage2.ttk @@ -511,7 +511,11 @@ BLOCK run_stage2; WRAPPER html/row; WRAPPER html/cell align='left' style="padding-left: 50px;"; INCLUDE checkbox - checked=(report.output.$classname.$pid == 'include' ? 'checked' : '') + checked=( + !report || report.output.$classname.$pid == 'include' + ? 'checked' + : '' + ) name="output:$classname:$pid" value="include" onclick="field_add_remove(this)"; -- 2.43.2