mirror of
https://github.com/itflow-org/itflow
synced 2026-03-02 20:04:53 +00:00
Update invoice.php
Tidy spacing
This commit is contained in:
@@ -472,7 +472,7 @@ if (isset($_GET['invoice_id'])) {
|
|||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<div class="table-responsive">
|
<div class="table-responsive">
|
||||||
<table class="table">
|
<table class="table">
|
||||||
<thead class="<?php if(mysqli_num_rows($sql_payments) == 0) { echo "d-none"; } ?>">
|
<thead class="<?php if (mysqli_num_rows($sql_payments) == 0) { echo "d-none"; } ?>">
|
||||||
<tr>
|
<tr>
|
||||||
<th>Date</th>
|
<th>Date</th>
|
||||||
<th class="text-right">Amount</th>
|
<th class="text-right">Amount</th>
|
||||||
|
|||||||
Reference in New Issue
Block a user