Fix Detailed Receiving Report not showing Supplier (#1093)

This commit is contained in:
FrancescoUK
2017-01-29 15:51:26 +00:00
parent 96cefd97b4
commit 3b37f6c61a

View File

@@ -23,7 +23,7 @@ class Detailed_receivings extends Report
array('receiving_date' => $this->lang->line('reports_date')),
array('quantity' => $this->lang->line('reports_quantity')),
array('employee_name' => $this->lang->line('reports_received_by')),
array('supplier' => $this->lang->line('reports_supplied_by')),
array('supplier_name' => $this->lang->line('reports_supplied_by')),
array('total' => $this->lang->line('reports_total'), 'sorter' => 'number_sorter'),
array('payment_type' => $this->lang->line('reports_payment_type')),
array('reference' => $this->lang->line('receivings_reference')),
@@ -118,4 +118,4 @@ class Detailed_receivings extends Report
return $this->db->get()->row_array();
}
}
?>
?>