diff --git a/extdbms/lib/Controller/Billing.php b/extdbms/lib/Controller/Billing.php index 240909b..cec7b2e 100644 --- a/extdbms/lib/Controller/Billing.php +++ b/extdbms/lib/Controller/Billing.php @@ -15,7 +15,7 @@ class Billing extends Controller { $this->view->site = $this->getSite(); $this->view->client = $this->getModel("Client")->getData(array(sprintf("Client_Code='%s'", $datas['client_code']))); - $this->view->accounts = $this->getModel("siteAccount")->getDatas(); + $this->view->accounts = $this->getModel("SiteAccount")->getDatas(); return $this->render('depositbillpaper'); } }