コード例 #1
0
ファイル: checkout.server.php プロジェクト: ljhcj/IRISCC
function checkoutAll($resellerid, $groupid, $clidid)
{
    global $locate;
    $objResponse = new xajaxResponse();
    $res = astercc::setAllBilled($resellerid, $groupid, $clidid);
    $objResponse->addAlert($locate->Translate("booth_cleared"));
    return $objResponse;
}