Better layout in stock_movements.php
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Sat, 21 Feb 2009 16:10:42 +0000 (16:10 +0000)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Sat, 21 Feb 2009 16:10:42 +0000 (16:10 +0000)
CHANGELOG.txt
inventory/inquiry/stock_movements.php

index e16a2a83f7a33c8dd7df2db237b78571c40fc214..033244f03256345e51d89f3b7d458149ea015150 100644 (file)
@@ -20,8 +20,10 @@ Legend:
 $ -> 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.
index 883720f33d40a63b1ac6abfe4f6002d915d52604..e9c05c49126a4fb98d04c5acc82fa1245f2eaa89 100644 (file)
@@ -73,7 +73,7 @@ $result = db_query($sql, "could not query stock moves");
 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"));