20-Dec-2008 Joe Hunt
! Replaced the ajax paging in stock movements with the old file.
$ /inventory/inquiry/stock_movements.php
+! Better layout in big forms
+$ /includes/ui/ui_controls.inc
18-Dec-2008 Joe Hunt
+ Added quick entries in supplier invoice/credit note as well. Based on bank payments
br($breaks);
}
-function start_outer_table($extra="", $padding='2', $spacing='0')
+function start_outer_table($extra="", $padding='2', $spacing='0', $br=false)
{
- br();
+ if ($br)
+ br();
start_table($extra, $padding, $spacing);
echo "<tr valign=top><td>\n"; // outer table
}