This commit is contained in:
Sergio Morillo 2016-05-31 17:25:42 +02:00
parent af20629393
commit 8a07af61f8
1 changed files with 1 additions and 1 deletions

View File

@ -520,7 +520,7 @@ class LoadUnitLoad(Wizard):
uls.extend(self.data.uls_to_load)
if uls:
order.add_ul(uls)
if order.state != 'running':
if order.state in ('draft', 'waiting'):
order.run([order])
return 'data'