Different order needed for new +1/-1 feature

This commit is contained in:
Juerd Waalboer 2021-08-10 21:55:03 +02:00
parent 2f182b34ed
commit 9b582d5f9b

View file

@ -23,6 +23,7 @@ beep_terminal
# Then, plugins that apply heuristics
repeat
products # matches product IDs (barcodes)
market # also matches product IDs
withdraw # matches amounts
@ -30,4 +31,3 @@ users # matches usernames
deposit # wants to be after 'users'
#deposit_methods # Extra options for 'deposit'. Edit/configure first!
#deposit_iban_qr # QR code display, edit/configure first! (needs qrencode(1))
repeat