From c0f7391deab5f1b6379f1f0dd0d8c65369f5d815 Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Sat, 21 Feb 2009 16:10:42 +0000 Subject: [PATCH] Better layout in stock_movements.php --- CHANGELOG.txt | 4 +++- inventory/inquiry/stock_movements.php | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index e16a2a83..033244f0 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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. diff --git a/inventory/inquiry/stock_movements.php b/inventory/inquiry/stock_movements.php index 883720f3..e9c05c49 100644 --- a/inventory/inquiry/stock_movements.php +++ b/inventory/inquiry/stock_movements.php @@ -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")); -- 2.30.2