adjust nested argument specifier
authorMarei Peischl <marei@peitex.de>
Thu, 21 Nov 2019 15:44:25 +0000 (16:44 +0100)
committerJan Büren <jan@kivitendo.de>
Mon, 3 Feb 2020 11:21:38 +0000 (12:21 +0100)
kiviletter.sty

index 8f833a5..dab9748 100644 (file)
@@ -115,14 +115,14 @@ contents={\usebox\shippingAddressBox}
 
 \cs_new:Nn \kivi_save_LT@boxes: {
        \clist_map_inline:nn {head, firsthead, foot, lastfoot} {
-       \box_gset_eq:cc {g_kivi_LT@#1_box} {LT@#1}
+       \box_gset_eq:cc {g_kivi_LT@##1_box} {LT@##1}
        }
 }
 
 \cs_new:Nn \kivi_restore_LT@boxes: {
        \clist_map_inline:nn {head, firsthead, foot, lastfoot} {
-       \box_gset_eq:cc  {LT@#1} {g_kivi_LT@#1_box}
-       \box_gclear:c {g_kivi_LT@#1_box}
+       \box_gset_eq:cc  {LT@##1} {g_kivi_LT@##1_box}
+       \box_gclear:c {g_kivi_LT@##1_box}
        }
 }