File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/code/Magento/Sales/Controller/Adminhtml/Order Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ class Pdfshipments extends \Magento\Sales\Controller\Adminhtml\Order\AbstractMas
39
39
/**
40
40
* @var ShipmentCollectionFactory
41
41
*/
42
- protected $ shipmentCollectionFactotory ;
42
+ protected $ shipmentCollectionFactory ;
43
43
44
44
/**
45
45
* @param Context $context
@@ -63,7 +63,7 @@ public function __construct(
63
63
$ this ->dateTime = $ dateTime ;
64
64
$ this ->pdfShipment = $ shipment ;
65
65
$ this ->collectionFactory = $ collectionFactory ;
66
- $ this ->shipmentCollectionFactotory = $ shipmentCollectionFactory ;
66
+ $ this ->shipmentCollectionFactory = $ shipmentCollectionFactory ;
67
67
parent ::__construct ($ context , $ filter );
68
68
}
69
69
@@ -75,7 +75,7 @@ public function __construct(
75
75
*/
76
76
protected function massAction (AbstractCollection $ collection )
77
77
{
78
- $ shipmentsCollection = $ this ->shipmentCollectionFactotory
78
+ $ shipmentsCollection = $ this ->shipmentCollectionFactory
79
79
->create ()
80
80
->setOrderFilter (['in ' => $ collection ->getAllIds ()]);
81
81
if (!$ shipmentsCollection ->getSize ()) {
You can’t perform that action at this time.
0 commit comments