From b4618445e1b07536bec5aaf31ebcc65f7129d9ba Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Sun, 29 Jun 2025 07:33:23 +0200 Subject: [PATCH] Update config.lua --- resources/[tools]/RxBilling/config.lua | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/resources/[tools]/RxBilling/config.lua b/resources/[tools]/RxBilling/config.lua index 4d06f0a8b..0dd54108e 100644 --- a/resources/[tools]/RxBilling/config.lua +++ b/resources/[tools]/RxBilling/config.lua @@ -44,6 +44,17 @@ Config.JobInvoices = { { name = 'Flughafentransfer', amount = 200, reason = 'Flughafentransfer' }, } }, + ['cinema'] = { + label = 'Moonlight Cinema', + requiredGrade = 0, + presetInvoices = { + { name = 'Kinoticket', amount = 100, reason = 'Kinoticket' }, + } + }, + + + + } Config.AutoPay = {