account view

This commit is contained in:
CHIEFSOFT\ameye
2025-09-22 12:29:12 -04:00
parent 411b7a8b2d
commit 1c6a29d36b
2 changed files with 7 additions and 3 deletions
+2
View File
@@ -474,6 +474,8 @@ def get_product_templates():
@api.route('/office/account-view', methods=['GET'])
def get_office_accoint_view():
# Call the office account viiew
logger.info('API::get office account view')
filters = {
'member_uid': request.args.get('member_uid')
}