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>
|
||||
<b>
|
||||
_{MsgCustomerId}: #{supplierCustomerId sup}
|
||||
<p>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
|
@ -94,8 +95,12 @@ getSupplierDigestR sId = do
|
|||
<span .transp>|
|
||||
<tr>
|
||||
<td colspan="3">
|
||||
<span .transp>|
|
||||
_{MsgTotalCrates}
|
||||
<span .transp>
|
||||
|
|
||||
|_
|
||||
{MsgTotalCrates}
|
||||
<span .transp>
|
||||
|
|
||||
<span .transp>|
|
||||
<td>#{T.pack $ show $ sum $ map bdCrates digests}
|
||||
<span .transp>|
|
||||
|
|
Loading…
Reference in a new issue