Merge branch 'fixes/fix-facture-send-mail-default-value' into staging
This commit is contained in:
commit
e4b62e2678
@ -152,8 +152,8 @@ $currentConfig = json_decode($_['configuration'])[0];
|
|||||||
type="text"
|
type="text"
|
||||||
class="form-control"
|
class="form-control"
|
||||||
id="valueFacturePdfMail"
|
id="valueFacturePdfMail"
|
||||||
value="<?= $clientMail; ?>"
|
value="<?= $facture->mail; ?>"
|
||||||
data-init-value="<?= $clientMail; ?>"
|
data-init-value="<?= $facture->mail; ?>"
|
||||||
placeholder="Adresse email"
|
placeholder="Adresse email"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user