Call hooks on split.
[order_line_extra.git] / config.php
1 <?php
2 include_once('includes/order_xtra_config.inc');
3
4 OrderXtraConfig::$default_location = 'DEF';
5 OrderXtraConfig::$locations = array(
6         'C4' => array('delivery' => '2013-06-01')
7         ,'C5' => array('delivery' => '2013-07-31')
8 );
9 ?>