|
@ -827,7 +827,7 @@ class ReciboProposicaoView(TemplateView): |
|
|
_hash = 'P' + ta.hash() + '/' + str(proposicao.id) |
|
|
_hash = 'P' + ta.hash() + '/' + str(proposicao.id) |
|
|
|
|
|
|
|
|
from sapl.utils import create_barcode |
|
|
from sapl.utils import create_barcode |
|
|
base64_data = create_barcode(_hash, 100, 2000) |
|
|
base64_data = create_barcode(_hash, 100, 200) |
|
|
barcode = 'data:image/png;base64,{0}'.format(base64_data) |
|
|
barcode = 'data:image/png;base64,{0}'.format(base64_data) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|