Billing.php
This commit is contained in:
parent
a90dbb75b2
commit
cda809b2d2
@ -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');
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user