Added Admin function mass prouductchange

This commit is contained in:
Frank Schubert
2025-06-03 12:33:00 +02:00
parent cd759272ac
commit 26a59fb588
8 changed files with 935 additions and 107 deletions

View File

@@ -78,4 +78,8 @@ class mfRequest {
public function __get($name) {
return $this->get($name);
}
public function __isset($name) {
return $this->isset($name);
}
}