Esempio n. 1
0
 def _send_impl(self, customer, order, comm_id):
     if comm_id:
         from pvscore.model.crm.comm import Communication
         comm = Communication.load(comm_id)
         comm.send_to_customer(self, customer, order)