From 246232e321e83d29c2de7413a24d953542ed29c3 Mon Sep 17 00:00:00 2001
From: Robert Soulliere <rsoulliere@libdog.mohawkcollege.ca>
Date: Wed, 17 Nov 2010 09:12:34 -0500
Subject: [PATCH] Fix PDF overflow issues in stafftasks part.

---
 1.6/stafftasks/circulation.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/1.6/stafftasks/circulation.xml b/1.6/stafftasks/circulation.xml
index d4166e9dbf..a764a8f08e 100644
--- a/1.6/stafftasks/circulation.xml
+++ b/1.6/stafftasks/circulation.xml
@@ -589,10 +589,10 @@
 			<title>Hold Levels Explained:</title>
 			<tgroup cols="5">
 					<colspec colnum="1" colname="col1" colwidth="1.0*"/>
-					<colspec colnum="2" colname="col2" colwidth="0.5*"/>
+					<colspec colnum="2" colname="col2" colwidth="1.0*"/>
 					<colspec colnum="3" colname="col3" colwidth="2.0*"/>
 					<colspec colnum="4" colname="col4" colwidth="1.0*"/>
-					<colspec colnum="5" colname="col5" colwidth="2.0*"/>
+					<colspec colnum="5" colname="col5" colwidth="1.0*"/>
 				<thead>
 					<row>
 						<entry>Hold Level</entry>
-- 
2.11.0