Example #1
0
 function fn_fecthorderymm($orderID)
 {
     $clarion_entity = new ISC_ADMIN_CLARION();
     $clarion_entity->fn_fetchOrderYMM($orderID);
     $GLOBALS['ISC_CLASS_TEMPLATE']->SetTemplate('customerexisting.YMM.row');
     return $GLOBALS["ISC_CLASS_TEMPLATE"]->ParseTemplate(true);
 }