add contract, add door_log
This commit is contained in:
@@ -66,9 +66,9 @@ class DetStatProcessor extends Object{
|
||||
|
||||
|
||||
|
||||
|
||||
/*
|
||||
$this->detstatUzenet = new GiroDETSTA();
|
||||
$this->idKoteg = 37;
|
||||
$this->idKoteg = 38;
|
||||
|
||||
$fej = new GiroDETSTAFej();
|
||||
|
||||
@@ -81,8 +81,16 @@ class DetStatProcessor extends Object{
|
||||
|
||||
$this->detstatUzenet->tetelek[] = $tetel;
|
||||
|
||||
$tetel = new GiroDETSTATetel();
|
||||
$tetel->tetelSorszam = 2;
|
||||
$tetel->visszajelzesInformacio = "00";
|
||||
$tetel->visszajelzesInformacio = "02";
|
||||
|
||||
$this->detstatUzenet->tetelek[] = $tetel;
|
||||
|
||||
$lab = new GiroDETSTALab();
|
||||
$this->detstatUzenet->lab = $lab;
|
||||
*/
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user