$ -> Affected files
21-Feb-2009 Joe Hunt
-! Added nowrap for date type fields in db_pager_view.inc. Problems with (-)
+! Added nowrap for date type fields in db_pager_view.inc. Problems with (-) sep.
$ /includes/ui/db_pager_view.inc
+! Better layout in stock_movements.php
+$ /inventory/inquiry/stock_movements.php
18-Feb-2009 Joe Hunt
! Better layout in Items form.
check_db_error("The stock movements for the selected criteria could not be retrieved",$sql);
div_start('doc_tbl');
-start_table("$table_style width=65%");
+start_table($table_style);
$th = array(_("Type"), _("#"), _("Reference"), _("Date"), _("Detail"),
_("Quantity In"), _("Quantity Out"), _("Quantity On Hand"));