mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-11 10:31:19 -04:00
Load OSPOS app settings to variable
- refactor class and variable - Refactor references to OSPOS configuration - Replaced " with ' in PHP where parser was not needed
This commit is contained in:
committed by
Steve Ireland
parent
3761c75711
commit
f343c6988e
@@ -252,7 +252,7 @@ class Tax_code extends Model
|
||||
}
|
||||
else
|
||||
{
|
||||
return config('OSPOS')->default_tax_code;
|
||||
return config('OSPOS')->settings['default_tax_code'];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user