mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-02 17:24:41 +02:00
feat: add message logging functionality with CSV export and management
This commit is contained in:
parent
43b1025d3c
commit
4e3d89a23c
7 changed files with 313 additions and 24 deletions
|
@ -320,4 +320,10 @@ class User
|
|||
}
|
||||
return $html;
|
||||
}
|
||||
public static function find($id)
|
||||
{
|
||||
return ORM::for_table('tbl_customers')->find_one($id);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue