Update invoice.php

Tidy spacing
This commit is contained in:
wrongecho 2023-05-20 20:31:12 +01:00 committed by GitHub
parent 7d3f4fefbf
commit e8b5c881fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -472,7 +472,7 @@ if (isset($_GET['invoice_id'])) {
<div class="card-body">
<div class="table-responsive">
<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>
<th>Date</th>
<th class="text-right">Amount</th>