Added an export function to attachment_types admin pages.

This commit is contained in:
Jan Böhmer 2019-04-07 19:30:42 +02:00
parent 09eb3c226a
commit 091311cdf1
6 changed files with 199 additions and 20 deletions

View file

@ -77,7 +77,6 @@ class AttachmentType extends StructuralDBElement
*/
public function getIDString(): string
{
return '';
//return 'AT' . sprintf('%09d', $this->getID());
return 'AT' . sprintf('%09d', $this->getID());
}
}