Showing Filename in ContractJournal

This commit is contained in:
Frank Schubert
2025-03-04 14:55:46 +01:00
parent 44ab14ba7d
commit dc4755d7fd
2 changed files with 486 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
<?php
class ContractFile extends mfBaseModel {
protected $file;
public function isImage() {
if(!$this->id) {