splitline: create gefixt
This commit is contained in:
parent
3db6822f26
commit
b6799e355f
1 changed files with 1 additions and 0 deletions
|
@ -237,6 +237,7 @@ class SplitLine(ModelSQL, ModelView):
|
||||||
|
|
||||||
if len(to_update_line) > 0:
|
if len(to_update_line) > 0:
|
||||||
Line2.update_amount_by_splitlines(to_update_line)
|
Line2.update_amount_by_splitlines(to_update_line)
|
||||||
|
return records
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def write(cls, *args):
|
def write(cls, *args):
|
||||||
|
|
Loading…
Reference in a new issue