1
0
mirror of synced 2025-01-26 10:11:41 +03:00

Merge pull request #15 from gridnevalex/fix_print_document_method

fix printDocument method
This commit is contained in:
Kruglov Kirill 2021-03-02 14:16:41 +03:00 committed by GitHub
commit 31158eafa2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -245,7 +245,7 @@ abstract class ModuleManager implements ModuleManagerInterface
{ {
$deliveries = $this->deliveryManager->findBy([ $deliveries = $this->deliveryManager->findBy([
'account' => $this->account, 'account' => $this->account,
'externalId' => $request->deliveryIds, 'externalId' => $request->deliveryIds[0],
]); ]);
if (empty($deliveries)) { if (empty($deliveries)) {