mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
[FIX] remove leftover of previous experiment
This commit is contained in:
@@ -244,7 +244,6 @@ class payment_order(orm.Model):
|
||||
for line in order.line_ids:
|
||||
# basic checks
|
||||
if not line.move_line_id:
|
||||
continue
|
||||
raise orm.except_orm(
|
||||
_('Error'),
|
||||
_('No move line provided for line %s') % line.name)
|
||||
|
||||
Reference in New Issue
Block a user