Skip to content

Commit

Permalink
[REF] auto-fix conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
moylop260 committed Nov 14, 2014
1 parent 5c7916c commit 0f370d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion __unported__/stock_barcode_reader/package_acquisition.py
Expand Up @@ -785,7 +785,6 @@ def add_child(self, cr, uid, barcode_id, parent_id, context=None):
if context == None:
context = {}
'''Get barcode number'''
barcode_data = barcode_obj.browse(cr, uid, barcode_id)
''' Call of adding function '''
tracking_obj.add_validation(
cr, uid, [parent_id], [barcode_id], context=None)
Expand Down

0 comments on commit 0f370d5

Please sign in to comment.