Better color in data picker
[fa-stable.git] / inventory / inquiry / stock_movements.php
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"));