Fixed default url barcode setting
This commit is contained in:
parent
1bf72ee335
commit
aa41e3e17d
|
|
@ -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 = {}
|
||||
|
|
|
|||
Loading…
Reference in New Issue