Updated Login to use lnapp, and minor update to Invoice

This commit is contained in:
Deon George
2016-08-17 22:30:12 +10:00
parent 07de13f678
commit c1cc6b6f69
10 changed files with 107 additions and 148 deletions

View File

@@ -34,7 +34,7 @@ class Company {
}
public function admin() {
return $this->so->account->name();
return $this->so->account;
}
public function address($ln='<br/>') {