Payments
This commit is contained in:
parent
1681629595
commit
0807099c79
|
|
@ -385,7 +385,6 @@ abstract class AppState implements Built<AppState, AppStateBuilder> {
|
||||||
//return 'Fields: ${uiState.settingsUIState.company.customFields} - ${company.customFields}';
|
//return 'Fields: ${uiState.settingsUIState.company.customFields} - ${company.customFields}';
|
||||||
//return 'Custom: ${uiState.settingsUIState.company.settings.customValue1} - ${company.settings.customValue1}';
|
//return 'Custom: ${uiState.settingsUIState.company.settings.customValue1} - ${company.settings.customValue1}';
|
||||||
//return 'Platform: ${userCompany.token.token}';
|
//return 'Platform: ${userCompany.token.token}';
|
||||||
return 'INVOICE: ${uiState.invoiceUIState.editing.lineItems}';
|
|
||||||
return 'Route: ${uiState.currentRoute} Prev: ${uiState.previousRoute}';
|
return 'Route: ${uiState.currentRoute} Prev: ${uiState.previousRoute}';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue