Skip to content

Commit

Permalink
Removed the order_id echo statement for production
Browse files Browse the repository at this point in the history
  • Loading branch information
o-psi committed Oct 14, 2023
1 parent b4396fe commit 7a6c3ec
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions invoice.php
Original file line number Diff line number Diff line change
Expand Up @@ -299,9 +299,7 @@
<button class="btn btn-sm btn-light" type="submit" name="update_invoice_item_order" value="up"><i class="fa fa-fw fa-arrow-up"></i></button>
<button class="btn btn-sm btn-light" type="submit" name="update_invoice_item_order" value="down"><i class="fa fa-fw fa-arrow-down"></i></button>
</form>
<?php }
echo $item_order_id;
?>
<?php } ?>

</div>
</td>
Expand Down

0 comments on commit 7a6c3ec

Please sign in to comment.