mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-24 08:20:54 -04:00
Remove invoice / sale format enable option
Add giftcards -> person_id foreign key constraint Fix tax calculation for non taxable customers Improve giftcard person autocompletion
This commit is contained in:
@@ -101,8 +101,7 @@ class Receiving_lib
|
||||
|
||||
function clear_invoice_number_enabled()
|
||||
{
|
||||
$enable = $this->CI->config->config['recv_invoice_enable'];
|
||||
$this->set_invoice_number_enabled($enable);
|
||||
$this->set_invoice_number_enabled(FALSE);
|
||||
}
|
||||
|
||||
function set_stock_source($stock_source)
|
||||
|
||||
Reference in New Issue
Block a user