fix outlet, fix category, fix printer

This commit is contained in:
efrilm
2025-11-13 12:01:24 +07:00
parent b2b2e2b111
commit 6fa45c8ac0
7 changed files with 35 additions and 12 deletions
@@ -63,7 +63,7 @@ class CategoryDto with _$CategoryDto {
'name': name,
'description': description,
'business_type': businessType,
'order': order,
'sort_order': order,
'metadata': metadata != null ? jsonEncode(metadata) : null,
'created_at': createdAt,
'updated_at': updatedAt,