This commit is contained in:
oscar alvarez 2022-04-08 20:11:10 -05:00
parent 77bf194692
commit 4854a6ba50
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ class Sale(metaclass=PoolMeta):
today = date.today()
user_id = context.get('user')
user = User(user_id)
console.log( ' command ', args);
print( ' command ', args);
action = 'create'
if args['id'] > 0:
action = 'edit'