Commit 6adea703 by Yvon Kerdoncuff

via l'association -> via l'organisme

parent 692f0420
......@@ -98,7 +98,7 @@ class PrestataireInfosFormType extends AbstractType
// If a paying entity is defined, add to to help message
$payingEntity = $this->em->getRepository(GlobalParameter::class)->val(GlobalParameter::PAYING_ENTITY_NAME);
$payingEntityMsg = ($payingEntity !== null && $payingEntity !== '') ? "(via l'association {$payingEntity})" : "";
$payingEntityMsg = ($payingEntity !== null && $payingEntity !== '') ? "(via l'organisme {$payingEntity})" : "";
$helpMsqg = "Fréquence à laquelle je souhaite que la caisse commune de l'alimentation {$payingEntityMsg}"
. " me verse en euros la somme des {$mlcName} encaissées dans mon point de vente "
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment