Skip to content

Instantly share code, notes, and snippets.

@barbazul
Created May 8, 2013 17:01
Show Gist options
  • Save barbazul/5541887 to your computer and use it in GitHub Desktop.
Save barbazul/5541887 to your computer and use it in GitHub Desktop.
Como disparar el cron de SemExpert_Oca a mano
<?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