add ticket installment
This commit is contained in:
26
backend/views/ugiro/detsta.php
Normal file
26
backend/views/ugiro/detsta.php
Normal file
@@ -0,0 +1,26 @@
|
||||
<?php
|
||||
/* @var $this yii\web\View */
|
||||
/* @var $model common\components\DetStatProcessor */
|
||||
?>
|
||||
|
||||
detsta
|
||||
|
||||
<?php
|
||||
|
||||
echo $model->koteg->id_ugiro;
|
||||
$model->run();
|
||||
|
||||
$megbizasok = $model->megbizasok;
|
||||
|
||||
echo "<br>Megbízások száma:". count($megbizasok);
|
||||
|
||||
foreach ($megbizasok as $m){
|
||||
echo "<br>". $m->id_ticket_installment_request . " - " . ($m->detstaTetel->toString());
|
||||
}
|
||||
|
||||
echo "<br>" . nl2br( $model->detstatUzenet->toString());
|
||||
|
||||
|
||||
print_r($model->errors);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user