update for Warranty plugin
This commit is contained in:
parent
c275206cae
commit
56bd4978e9
|
@ -1063,7 +1063,7 @@ class StoreroomController extends AbstractController
|
|||
}
|
||||
continue;
|
||||
}
|
||||
$warrantySerialEntity->setStatus(PlugWarrantySerial::STATUS_ALLOCATED);
|
||||
$warrantySerialEntity->setStatus(PlugWarrantySerial::STATUS_CONSUMED);
|
||||
$warrantySerialEntity->setAllocatedToDocumentId($ticket->getId());
|
||||
$warrantySerialEntity->setActivationTicketCode($ticket->getCode());
|
||||
$warrantySerialEntity->setActivationTicketSecret($ticket->getActivationCode());
|
||||
|
|
Loading…
Reference in a new issue