@@ -547,7 +547,7 class RCLine(models.Model): | |||
|
547 | 547 | if tr_params['TX_ref'] in ('0', 0): |
|
548 | 548 | txs = self.get_lines(line_type__name='tx') |
|
549 | 549 | else: |
|
550 |
txs = |
|
|
550 | txs = RCLine.objects.filter(pk=tr_params['TX_ref']) | |
|
551 | 551 | |
|
552 | 552 | for tx in txs: |
|
553 | 553 | params = json.loads(tx.params) |
General Comments 0
You need to be logged in to leave comments.
Login now