Updated office

This commit is contained in:
2025-09-14 12:00:23 -04:00
parent 98fe855e65
commit 7d59c07881
3 changed files with 21 additions and 42 deletions

View File

@@ -204,9 +204,9 @@ export default defineComponent({
},
getSourceText(transaction: any) {
if (transaction.delivery_id) {
return 'Delivery'
return 'Delivery - ' + transaction.delivery_id
} else if (transaction.service_id) {
return 'Service'
return 'Service - ' + transaction.service_id
} else {
return 'Other'
}