Override magento 2 block ../module_sales/block/adminhtml/totals.php
I am trying to override magento block but everytime main block from vendor is executed. No errors are shown. Magento block: vendor/magento/module_sales/block/adminhtml/totals.php Created block in custom module: [vendor]/[module]/block/adminhtml/totals.php Modified di.xml file in: [vendor]/[module]/etc/di.xml Preference in di.xml file: ... <preference for="MagentoSalesBlockAdminhtmlTotals"…