mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-24 23:35:45 +00:00
feat(FE-356): Display egg production and HPP in PDF export
This commit is contained in:
@@ -319,7 +319,7 @@ const createPDFDocument = (
|
|||||||
<Text>{formatCurrency(group.average_doc_price_rp)}</Text>
|
<Text>{formatCurrency(group.average_doc_price_rp)}</Text>
|
||||||
</View>
|
</View>
|
||||||
<View style={[pdfStyles.tableCellRight, { flex: 1.2 }]}>
|
<View style={[pdfStyles.tableCellRight, { flex: 1.2 }]}>
|
||||||
<Text>-</Text>
|
<Text>{formatCurrency(group.egg_value_rp)}</Text>
|
||||||
</View>
|
</View>
|
||||||
<View style={[pdfStyles.tableCellRight, { flex: 1 }]}>
|
<View style={[pdfStyles.tableCellRight, { flex: 1 }]}>
|
||||||
<Text>{formatCurrency(group.hpp_rp)}</Text>
|
<Text>{formatCurrency(group.hpp_rp)}</Text>
|
||||||
|
|||||||
Reference in New Issue
Block a user