An event is triggered to allow PowerSync product to customize 'Sales Order Status' form in Magentoafter save the comment to the order.
Code Block | ||||
---|---|---|---|---|
| ||||
Mage::dispatchEvent('tnw_salesforce_order_comments_save_after', array('oid' => $_oid, 'note' => $_note, 'type' => 'Order')); |
...