This commit is contained in:
shopkeeperdev
2025-10-21 14:55:37 -04:00
parent e9bcd8551f
commit 61f40a0d7a
5 changed files with 163 additions and 0 deletions

8
registration.php Normal file
View File

@@ -0,0 +1,8 @@
<?php
use Magento\Framework\Component\ComponentRegistrar;
ComponentRegistrar::register(
ComponentRegistrar::MODULE,
'Shopkeeper_OrderItemsCustom',
__DIR__
);