Skip to content

Commit 0e3cd18

Browse files
authored
More bill code cleanups (librenms#18622)
1 parent ce89b1a commit 0e3cd18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/html/modal/new_bill.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<h4 class="modal-title" id="Create">Add Traffic Bill</h4>
3333
</div>
3434
<div class="modal-body">
35-
<form method="post" role="form" action="bills/" class="form-horizontal alerts-form">
35+
<form method="post" role="form" action="<?php echo url('bills') ?>" class="form-horizontal alerts-form">
3636
<?php echo csrf_field() ?>
3737
<input type="hidden" name="addbill" value="yes" />
3838

0 commit comments

Comments
 (0)