conversions5

This commit is contained in:
Filipriec
2026-08-23 15:50:03 +02:00
parent af7016e4c7
commit 0c33d1fa5c
20 changed files with 1197 additions and 845 deletions

View File

@@ -72,7 +72,7 @@ pub struct JournalLineInput {
/// accountant needs a different rule, a saved custom rate, or a one-off rate.
#[prost(message, optional, tag = "5")]
pub exchange_rate_selection: ::core::option::Option<
super::ecb::ExchangeRateSelection,
super::exchange_rates::ExchangeRateSelection,
>,
}
#[derive(Clone, PartialEq, Eq, Hash, ::prost::Message)]