Popravek izvoza racuna

This commit is contained in:
pero1203 2020-12-07 09:44:49 +01:00
parent d4795b021e
commit 069b95a658

View File

@ -1421,7 +1421,7 @@ class UserNarocila{
if($narocilo_id != ''){
$cebelica = new UserNarocilaCebelica($narocilo_id);
$this->response = $cebelica->getNarociloRacun();
$predracun = $cebelica->getNarociloRacun();
echo $predracun;
}