From 9df565329e8c0dc09fd2d012846dfaa0cc629a98 Mon Sep 17 00:00:00 2001 From: Wulf Coulmann Date: Thu, 30 Dec 2010 16:39:18 +0100 Subject: [PATCH] falsche Tabellendefinition in Default-request_quotation.tex MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit dieser kleine Fehler verhindert den LaTeX durchlauf dieser Vorlage, Fix für Bug 1529 --- templates/Default-request_quotation.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/Default-request_quotation.tex b/templates/Default-request_quotation.tex index 10f159b01..0f50ba17f 100644 --- a/templates/Default-request_quotation.tex +++ b/templates/Default-request_quotation.tex @@ -137,7 +137,7 @@ Fax: <%shiptofax%> \vspace{1cm} -\begin{tabularx}{\textwidth}{*{5}{|X}|} \hline +\begin{tabularx}{\textwidth}{*{6}{|X}|} \hline \textbf{RFQ \#} & \textbf{Date} & \textbf{Required by} & \textbf{Contact} & \textbf{Shipping Point} & \textbf{Ship via} \\ [0.5ex] \hline <%quonumber%> & <%quodate%> & <%reqdate%> & <%employee%> & <%shippingpoint%> & <%shipvia%> \\ -- 2.20.1