mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-03-22 08:51:32 -04:00
Merge pull request #8 from jekkos/master
Fix Detailed Receiving Report not showing Supplier (#1093)
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user