OS: debian bookworm
Version: 0.9c
When I add a subject, QubaViewer 1.4.2 shows that in "Bemerkung BT-22" and not "Betreff BT-21".
Adapting one of the testfiles
$git diff testfiles
diff --git a/testfiles/document-reference.lvt b/testfiles/document-reference.lvt
index e6c3d16..b784d7a 100644
--- a/testfiles/document-reference.lvt
+++ b/testfiles/document-reference.lvt
@@ -28,6 +28,7 @@
contract-reference = {contract-ref},
purchase-order-reference = {1234567},
sales-order-reference ={1234576},
+ subject = {ABCD},
}
\begin{document}
also gives
$cat build/test/document-reference.luatex.diff
*** ./build/test/document-reference.luatex.tlg 2024-12-15 18:11:30.469172681 +0100
--- ./build/test/document-reference.luatex.log 2024-12-15 18:11:30.469172681 +0100
***************
*** 17,22 ****
--- 17,27 ----
<ram:IssueDateTime>
<udt:DateTimeString format="102">20160520</udt:DateTimeString>
</ram:IssueDateTime>
+ <ram:IncludedNote>
+ <ram:Content>
+ ABCD
+ </ram:Content>
+ </ram:IncludedNote>
</rsm:ExchangedDocument>
<rsm:SupplyChainTradeTransaction>
<ram:IncludedSupplyChainTradeLineItem>
so I think this is a bug.
OS: debian bookworm
Version: 0.9c
When I add a subject, QubaViewer 1.4.2 shows that in "Bemerkung BT-22" and not "Betreff BT-21".
Adapting one of the testfiles
also gives
so I think this is a bug.