conversions6
This commit is contained in:
@@ -97,8 +97,8 @@ impl TableDraft {
|
||||
/// thing that knows it.
|
||||
pub(crate) fn new() -> Self {
|
||||
Self {
|
||||
accounting_currency: "EUR".to_string(),
|
||||
rate_source_id: "ecb".to_string(),
|
||||
accounting_currency: String::new(),
|
||||
rate_source_id: String::new(),
|
||||
columns: ColumnDraft::new(ColumnCatalog::default()),
|
||||
..Self::default()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user