add link to bank slip

This commit is contained in:
2026-01-17 10:10:12 -03:00
parent 753c4be4da
commit d26abc02c9
7 changed files with 91 additions and 31 deletions

View File

@@ -220,7 +220,9 @@ def set_status_as_canceled(
item={
'id': id,
'sk': 'CANCELED',
'canceled_by': created_by,
# 'canceled_by': created_by,
'user_id': created_by['id'],
'name': created_by['name'],
'created_at': now_,
},
)