Created
May 8, 2013 17:01
-
-
Save barbazul/5541887 to your computer and use it in GitHub Desktop.
Como disparar el cron de SemExpert_Oca a mano
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
include_once 'app/Mage.php'; | |
Mage::app(); | |
Mage::getModel('oca/order_shipment')->job(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment