Work on wiaas orders
This commit is contained in:
@@ -48,7 +48,7 @@ class SupportMail extends Component {
|
||||
<span className="subtitle">{orderTexts.labels.ORDER_NUMBER}:</span>
|
||||
</Col>
|
||||
<Col xl="8">
|
||||
<span>{orderInfo.orderNumber}</span>
|
||||
<span>{orderInfo.number}</span>
|
||||
</Col>
|
||||
</Row>
|
||||
<Row>
|
||||
@@ -71,17 +71,17 @@ class SupportMail extends Component {
|
||||
<Row>
|
||||
<Col>
|
||||
<span className="fa fa-shopping-cart subtitle"></span>
|
||||
<span className="package-name"> {orderPackage.units} x {orderPackage.packageName}</span>
|
||||
<span className="package-name"> {orderPackage.quantity} x {orderPackage.name}</span>
|
||||
</Col>
|
||||
</Row>
|
||||
|
||||
{orderPackage.endOfLife &&
|
||||
{orderInfo.date_modified &&
|
||||
<Row>
|
||||
<Col>
|
||||
<span className="subtitle">{orderTexts.labels.END_OF_LIFE}:</span>
|
||||
</Col>
|
||||
<Col xl="8">
|
||||
<span>{orderPackage.endOfLife}</span>
|
||||
<span>{orderPackage.date_completed}</span>
|
||||
</Col>
|
||||
</Row>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user