mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-04 05:43:48 -04:00
added 'due' as a payment option for receivings
This commit is contained in:
committed by
jekkos
parent
76c63f6a60
commit
909cd52d56
@@ -221,7 +221,8 @@ class Receiving extends CI_Model
|
||||
$this->lang->line('sales_cash') => $this->lang->line('sales_cash'),
|
||||
$this->lang->line('sales_check') => $this->lang->line('sales_check'),
|
||||
$this->lang->line('sales_debit') => $this->lang->line('sales_debit'),
|
||||
$this->lang->line('sales_credit') => $this->lang->line('sales_credit')
|
||||
$this->lang->line('sales_credit') => $this->lang->line('sales_credit'),
|
||||
$this->lang->line('sales_due') => $this->lang->line('sales_due')
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user