Popravek generiranja racuna.

This commit is contained in:
pero1203 2020-12-07 09:41:48 +01:00
parent 61a194dcb9
commit 1fea0b9f5b

View File

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