Updated the list of allowed object methods in twig label mode

This commit is contained in:
Jan Böhmer 2024-03-06 21:39:49 +01:00
parent 5736816b2b
commit 838997b959
2 changed files with 25 additions and 9 deletions

View file

@ -229,6 +229,11 @@ class Orderdetail extends AbstractDBElement implements TimeStampableInterface, N
return $this->obsolete;
}
public function isObsolete(): bool
{
return $this->getObsolete();
}
/**
* Get the link to the website of the article on the supplier's website.
*