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
@@ -75,7 +75,7 @@ class OrderProductModel {
}
public static function getFirst() {
public static function getFirst($filter = false) {
$db = FronkDB::singleton();
$where = self::getSqlFilter($filter);