Added internal billing info email when order is finished

This commit is contained in:
Frank Schubert
2021-10-08 15:24:03 +02:00
parent c6706030e7
commit 768b39f67e
5 changed files with 105 additions and 11 deletions

View File

@@ -4,6 +4,7 @@ class Building extends mfBaseModel {
protected $forcestr = ['street','zip','phone','email','note'];
private $network;
private $networksection;
private $pop;
private $type;
private $status;