X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=inventory%2Finquiry%2Fstock_movements.php;h=e9c05c49126a4fb98d04c5acc82fa1245f2eaa89;hb=2e181b13aa722a43e78b897404912d6b13a0a937;hp=a0ca97a4fc9fd63d7497474e7e81578d6adc3a96;hpb=95c8695a0b20185fd38d55aa13b4c6be0a6b7aa0;p=fa-stable.git diff --git a/inventory/inquiry/stock_movements.php b/inventory/inquiry/stock_movements.php index a0ca97a4..e9c05c49 100644 --- a/inventory/inquiry/stock_movements.php +++ b/inventory/inquiry/stock_movements.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 2; $path_to_root="../.."; @@ -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"));