hidden columns
for aggregation row
This commit is contained in:
parent
5c435d8f24
commit
90ed6caa1f
1 changed files with 7 additions and 2 deletions
|
@ -40,6 +40,7 @@ getSupplierDigestR sId = do
|
||||||
<p>
|
<p>
|
||||||
<b>
|
<b>
|
||||||
_{MsgCustomerId}: #{supplierCustomerId sup}
|
_{MsgCustomerId}: #{supplierCustomerId sup}
|
||||||
|
<p>
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -94,8 +95,12 @@ getSupplierDigestR sId = do
|
||||||
<span .transp>|
|
<span .transp>|
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="3">
|
<td colspan="3">
|
||||||
<span .transp>|
|
<span .transp>
|
||||||
_{MsgTotalCrates}
|
|
|
||||||
|
|_
|
||||||
|
{MsgTotalCrates}
|
||||||
|
<span .transp>
|
||||||
|
|
|
||||||
<span .transp>|
|
<span .transp>|
|
||||||
<td>#{T.pack $ show $ sum $ map bdCrates digests}
|
<td>#{T.pack $ show $ sum $ map bdCrates digests}
|
||||||
<span .transp>|
|
<span .transp>|
|
||||||
|
|
Loading…
Reference in a new issue