From: Marei Peischl Date: Thu, 21 Nov 2019 15:48:39 +0000 (+0100) Subject: clear only LT foot boxes X-Git-Tag: release-3.5.6.1~328 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=8f8c70275c0c9d032a3f48a7af9be776add1596b;p=kivitendo-erp.git clear only LT foot boxes --- diff --git a/kiviletter.sty b/kiviletter.sty index 892f49418..defdbd0ce 100644 --- a/kiviletter.sty +++ b/kiviletter.sty @@ -87,6 +87,7 @@ contents={\usebox\shippingAddressBox} \seq_new:N \g_kivi_extraDescription_seq \newcommand{\FakeTable}[1]{ \kivi_save_LT@boxes: + \box_gset_eq:NN \LT@lastfoot \c_empty_box \endPricingTabular \seq_set_split:Nnn \l_kivi_PricingTable_seq {\tabularnewline} {#1} \begingroup @@ -116,7 +117,6 @@ 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_gclear:c {LT@##1} } }