diff options
-rwxr-xr-x | abrechenbarkeit.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abrechenbarkeit.lua b/abrechenbarkeit.lua index 3291224..fb08f88 100755 --- a/abrechenbarkeit.lua +++ b/abrechenbarkeit.lua @@ -535,7 +535,7 @@ local function r_log(filter) <th>{+field.time}</th> <th>{+field.username}</th> <th>{+field.amount}</th> - <th>{+field.barcode}</th> + <th>{+field.name}</th> <th>{+field.count}</th> <th>{+field.comment}</th> <th>{+log.actions}</th> @@ -556,7 +556,7 @@ local function r_log(filter) <input type="text" name="user_src" value="{user_src}" hidden /> <input type="text" name="user_dst" value="{user_dst}" hidden /> <input type="number" name="amount" value="{revert_amount}" hidden /> - <input type="text" name="pcode" value="{pcode}" hidden /> + <input type="text" name="name" value="{pcode}" hidden /> <input type="number" name="pcount" value="{revert_pcount}" hidden /> <input type="text" name="comment" value="Revert {comment}" hidden /> <input type="submit" class="amount-ntr button" value="{+log.actions.revert}" /> |