Creating shipping CSV

This commit is contained in:
Frank Schubert
2021-10-21 23:58:47 +02:00
parent a6b9b45a87
commit 1ab3019d37
7 changed files with 113 additions and 26 deletions

View File

@@ -4,6 +4,10 @@ class File extends mfBaseModel {
private $creator;
private $editor;
public function createFile($overwrite = false) {
// TODO
}
public function delete() {
if($this->id) {
$id = $this->id;