Fixing bug in Customer Inquiry and Supplier Inquiry
[fa-stable.git] / includes / ui / class.reflines_crud.inc
index 5871e489b462f61079d1d052a4eb187c1351ff7f..70403f62543736d0f2e9d9251e14ffc349698743 100644 (file)
@@ -84,6 +84,7 @@ class fa_reflines extends simple_crud_view {
                $fresh = $selected_id == $this->_none || !$this->data_set->is_used(get_post($this->name.'prefix'), get_post($this->name.'trans_type'));
 
                start_table(TABLESTYLE2);
+
                if ($fresh)
                {
                        systypes_list_row(_("Transaction Type:"), $this->name.'trans_type');