replicated currency symbol across email communication, updated currency code to reflect the current invoice and or quote's currency code instead of the clients currency code

This commit is contained in:
johnnyq
2022-01-14 14:58:27 -05:00
parent e1e6f6e580
commit f8e9c2ee5d
3 changed files with 17 additions and 11 deletions

View File

@@ -10,7 +10,7 @@
<form action="post.php" method="post" autocomplete="off">
<input type="hidden" name="invoice_id" value="<?php echo $invoice_id; ?>">
<input type="hidden" name="balance" value="<?php echo $balance; ?>">
<input type="hidden" name="currency_code" value="<?php echo $invoice_currency_code; ?>">
<input type="hidden" name="currency_code" value="<?php echo $client_currency_code; ?>">
<div class="modal-body bg-white">
<div class="form-row">