Exemplo n.º 1
0
                                         $mod->downloadSOW($_GET);
                                     } else {
                                         if (isset($_POST['updateNotes'])) {
                                             $mod->updateCustomerNotes($_POST);
                                         } else {
                                             if (isset($_POST['dwollaSend'])) {
                                                 $mod->createDwollaPayment($_POST);
                                             } else {
                                                 if (isset($_GET['assignSub'])) {
                                                     $mod->assignSubTask($_GET);
                                                 } else {
                                                     if (isset($_POST['postPayment'])) {
                                                         $mod->postPayment($_POST);
                                                     } else {
                                                         if (isset($_GET['emailFile'])) {
                                                             $mod->emailFile($_GET);
                                                         }
                                                     }
                                                 }
                                             }
                                         }
                                     }
                                 }
                             }
                         }
                     }
                 }
             }
         }
     }
 }