[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Patch for purchase_order.html display error
- Subject: Patch for purchase_order.html display error
- From: "Gerald Chudyk" <..hidden..>
- Date: Fri, 21 Sep 2007 12:42:32 -0700
I noticed a small problem displaying a purchase order on screen using
html. Here is the patch:
--- .demo/purchase_order.html Sat Jul 14 11:44:09 2007
+++ ./tester/purchase_order.html Wed Sep 19 18:21:54 2007
@@ -111,9 +111,8 @@
</table>
</td>
</tr>
-
- <tr>
- <td>
+ <tr>
+ <td> </td>
<table width="100%">
<tr bgcolor=000000>
<th align=right><font color=ffffff>Item</th>
I didn't spend much time studying the html, so maybe there is a better
way. I use copy and paste a lot and this was how another table in the
form looked so I copied the same line to the problem table. Problem
solved.
Regards,
Gerald.