Merge pull request #8 from jekkos/master

Fix Detailed Receiving Report not showing Supplier (#1093)
This commit is contained in:
RamkrishnaMondal
2017-01-29 21:51:12 +05:30
committed by GitHub

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();
}
}
?>
?>