Updated for new lnApp
This commit is contained in:
@@ -77,10 +77,6 @@ class Company {
|
||||
return $this->so->language;
|
||||
}
|
||||
|
||||
public function logo() {
|
||||
return Config::logo();
|
||||
}
|
||||
|
||||
public function logo_file() {
|
||||
list ($path,$suffix) = explode('.',Config::$logo);
|
||||
|
||||
@@ -119,10 +115,6 @@ class Company {
|
||||
return $this->so->site_details('address2') ? implode($ln,array($this->so->site_details('address1'),$this->so->site_details('address2'))) : $this->so->site_details('address1');
|
||||
}
|
||||
|
||||
public function sitemode() {
|
||||
return $this->so->status;
|
||||
}
|
||||
|
||||
public function taxid() {
|
||||
// Tax ID details are stored in invoice config
|
||||
$mc = $this->so->module_config('invoice');
|
||||
|
Reference in New Issue
Block a user