mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-05 06:55:27 +01:00
Allow to undo a change from event log.
This commit is contained in:
@@ -46,7 +46,7 @@ use App\Entity\Parts\PartLot;
|
||||
use Doctrine\ORM\EntityRepository;
|
||||
use Doctrine\ORM\QueryBuilder;
|
||||
|
||||
class PartRepository extends EntityRepository
|
||||
class PartRepository extends NamedDBElementRepository
|
||||
{
|
||||
/**
|
||||
* Gets the summed up instock of all parts (only parts without an measurent unit)
|
||||
|
||||
Reference in New Issue
Block a user