Fixed default url barcode setting

This commit is contained in:
eeintech 2021-04-14 16:24:24 -04:00
parent 1bf72ee335
commit aa41e3e17d

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
"""
url = kwargs.get('url', True)
url = kwargs.get('url', False)
brief = kwargs.get('brief', True)
data = {}