Skip to content

Commit

Permalink
update properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Steeven Andrian Salim authored Aug 14, 2019
1 parent 5c27217 commit 13296ed
Showing 1 changed file with 24 additions and 11 deletions.
35 changes: 24 additions & 11 deletions src/DataStructures/Provisions/Company.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,33 @@ class Company
public $calculateBPJSKesehatan = true;

/**
* Company::$calculateBPJSKetenagakerjaan
* Company::$JKK
*
* @var bool
*/
public $JKK = false;

/**
* Company::$JKM
*
* @var bool
*/
public $JKM = false;

/**
* Company::$JHT
*
* @var bool
*/
public $calculateBPJSKetenagakerjaan = true;
public $JHT = false;

/**
* Company::$JIP
*
* @var bool
*/
public $JIP = false;

/**
* Company::$riskGrade
*
Expand All @@ -68,12 +89,4 @@ class Company
* @var int
*/
public $latetimePenalty = 0;

public $JKK = false;

public $JKM = false;

public $JHT = false;

public $JIP = false;
}
}

0 comments on commit 13296ed

Please sign in to comment.