mirror of
https://codeberg.org/metamuffin/abrechenbarkeit.git
synced 2025-05-23 14:54:46 +00:00
fix undefined variable
This commit is contained in:
parent
3ce49a6702
commit
fe982e0b94
1 changed files with 1 additions and 1 deletions
|
@ -427,7 +427,7 @@ local function r_transaction_post()
|
||||||
end
|
end
|
||||||
local time = os.time()
|
local time = os.time()
|
||||||
log:write(string.format("%d,%s,%s,%d,%s,%s,%s\n",
|
log:write(string.format("%d,%s,%s,%d,%s,%s,%s\n",
|
||||||
time, user_src, user_dst, amount, barcode_name or "", pcount or "", comment))
|
time, user_src, user_dst, amount, pname or "", pcount or "", comment))
|
||||||
log:flush()
|
log:flush()
|
||||||
log:close()
|
log:close()
|
||||||
return format([[
|
return format([[
|
||||||
|
|
Loading…
Add table
Reference in a new issue