reference a value from other linked table

This commit is contained in:
Priec
2026-09-04 23:02:44 +02:00
parent 6689e6c7f9
commit 40e6b6dff3
5 changed files with 42 additions and 14 deletions

View File

@@ -1273,6 +1273,7 @@ pub(crate) fn proto_columns(columns: &[ColumnDefinition]) -> Vec<ProtoColumnDefi
boolean_ledger: 0,
currency: column.currency.clone(),
required: column.required,
linked_value: None,
})
.collect()
}