Updated office
This commit is contained in:
@@ -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'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user