We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cf37111 + 424f33d commit 1628caeCopy full SHA for 1628cae
server/service/src/sync/translations/invoice_line.rs
@@ -84,6 +84,7 @@ pub struct LegacyTransLineRow {
84
pub option_id: Option<String>,
85
#[serde(rename = "foreign_currency_price")]
86
pub foreign_currency_price_before_tax: Option<f64>,
87
+ #[serde(deserialize_with = "empty_str_as_option_string")]
88
#[serde(rename = "om_item_variant_id")]
89
pub item_variant_id: Option<String>,
90
}
0 commit comments