6178 mark ccas transactions
2/2 discussions resolved
-
Toggle commit list
-
-
-
Toggle commit list
-
resolved all discussions
Toggle commit list -
merged
Toggle commit list
The changes were merged into ssa-gironde
The source branch has been removed
added 1 commit
144 | 144 | */ |
145 | 145 | private $allocationAmount; |
146 | 146 | |
147 | /** | |
148 | * @ORM\Column(type="boolean", options={"default": false}) | |
149 | */ | |
150 | private $ccasAccepted; | |
151 | ||
152 | /** | |
153 | * @ORM\Column(type="boolean", options={"default": false}) | |
154 | */ | |
155 | private $ccasEligible = false; | |
156 | ||
157 | /** | |
158 | * @ORM\Column(type="string", length=36, nullable=true, unique=true) | |
Please
register
or
sign in
to reply
|
31 | 31 | const TYPE_TRANSACTION_PRESTATAIRE_ADHERENT = 'prestataire_adherent'; |
32 | 32 | const TYPE_TRANSACTION_PRESTATAIRE_PRESTATAIRE = 'prestataire_prestataire'; |
33 | 33 | |
34 | /** | |
35 | * A transaction is marked as CCAS if both parties are CCAS complient. | |
|
resolved all discussions
resolved all discussions
merged
merged
mentioned in commit 58c040b6
mentioned in commit 58c040b6
This will create a new commit in order to revert the existing changes.