mirror of
https://github.com/itflow-org/itflow
synced 2026-03-05 05:14:51 +00:00
Added card icon
This commit is contained in:
@@ -163,7 +163,10 @@ $balance = $invoice_amounts - $amount_paid;
|
|||||||
$payment_provider_name = nullable_htmlentities($row['payment_provider_name']);
|
$payment_provider_name = nullable_htmlentities($row['payment_provider_name']);
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<a class="dropdown-item confirm-link" href="post.php?add_payment_by_provider=<?php echo $saved_payment_id; ?>&invoice_id=<?php echo $invoice_id; ?>"><?php echo "$saved_payment_description"; ?></a>
|
<a class="dropdown-item confirm-link"
|
||||||
|
href="post.php?add_payment_by_provider=<?= $saved_payment_id ?>&invoice_id=<?= $invoice_id ?>">
|
||||||
|
<i class="fas fa-credit-card text-secondary mr-2"></i><?= $saved_payment_description ?>
|
||||||
|
</a>
|
||||||
<?php }
|
<?php }
|
||||||
} ?>
|
} ?>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user