File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 8888 <h3 class="text-dark mb-0">Transaction</h3>
8989 </div>
9090 <div class="d-sm-flex justify-content-between align-items-center mb-4">
91- <button class="btn btn-primary btn-sm mb-1" type="button" data-bs-target="#transaction" data-bs-toggle="modal"><i class="fas fa-truck-loading fa-sm text-white-50"></i> New Transaction</button>
91+ <button class="btn btn-primary btn-sm mb-1 <?php if ( $ fullname != ' NONE ' ) { echo ' d-none ' ;} ?> " type="button" data-bs-target="#transaction" data-bs-toggle="modal"><i class="fas fa-truck-loading fa-sm text-white-50"></i> New Transaction</button>
9292 <button class="btn btn-primary btn-sm mb-1 <?php if ($ fullname == 'NONE ' ) {echo 'd-none ' ;}?> " type="button" data-bs-target="#add" data-bs-toggle="modal"><i class="fas fa-truck-loading fa-sm text-white-50"></i> Add Item</button>
9393 </div>
9494 <div class="row <?php if ($ fullname == 'NONE ' ) {echo 'd-none ' ;}?> ">
You can’t perform that action at this time.
0 commit comments