Default to using "simple" QR codes

This commit is contained in:
Oliver Walters 2021-01-21 20:55:13 +11:00
parent b90311acea
commit 2d412e2be1

View File

@ -280,7 +280,7 @@ def MakeBarcode(object_name, object_pk, object_data, **kwargs):
json string of the supplied data plus some other data
"""
brief = kwargs.get('brief', False)
brief = kwargs.get('brief', True)
data = {}