rinominati i campi in inglese per diminuire confusione

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-05-03 10:30:09 +02:00
parent 4580173edf
commit 4559db620d
13 changed files with 156 additions and 156 deletions

View File

@@ -23,7 +23,7 @@ class OperationsRepository {
staff_member(name),
provider(name),
model(name_with_brand),
attachments(*)
attachment(*)
''')
.eq('id', id)
.single();
@@ -52,7 +52,7 @@ class OperationsRepository {
provider(name),
model(name_with_brand),
staff_member(name),
attachments(*)
attachment(*)
''')
.eq('company_id', companyId);
@@ -122,7 +122,7 @@ class OperationsRepository {
provider(name),
model(name_with_brand),
customer(name),
attachments(*)
attachment(*)
''')
.eq('id', newId)
.single();