mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Carry over discount amounts from recurring and quotes to invoice, fix force recurring
This commit is contained in:
@@ -363,7 +363,7 @@ if (isset($_GET['recurring_id'])) {
|
||||
<?php if ($recurring_discount > 0) { ?>
|
||||
<tr class="border-bottom">
|
||||
<td>Discount</td>
|
||||
<td class="text-right"><?php echo numfmt_format_currency($currency_format, $recurring_discount, $recurring_currency_code); ?></td>
|
||||
<td class="text-right">-<?php echo numfmt_format_currency($currency_format, $recurring_discount, $recurring_currency_code); ?></td>
|
||||
</tr>
|
||||
<?php } ?>
|
||||
<?php if ($total_tax > 0) { ?>
|
||||
|
||||
Reference in New Issue
Block a user