Your IP : 127.0.0.1


Current Path : /home/dev2.destoffenstraat.com/app/code/WeSupply/Toolbox/Block/Adminhtml/
Upload File :
Current File : /home/dev2.destoffenstraat.com/app/code/WeSupply/Toolbox/Block/Adminhtml/MassUpdate.php

<?php

namespace WeSupply\Toolbox\Block\Adminhtml;

class MassUpdate extends \Magento\Backend\Block\Template
{
    /**
     * @return string
     */
	public function getMassUpdateOrderNumberUrl() {
        return $this->getUrl('wesupply/massupdater/getorders');
    }

    /**
     * @return string
     */
    public function getMassUpdateUpdateOrdersUrl() {
        return $this->getUrl('wesupply/massupdater/update');
    }
}