Stock Report: fix stock link

This commit is contained in:
Paul Sealock 2019-02-14 13:19:21 +13:00
parent c862de29d3
commit f9eec81e71
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ export default class StockReportTable extends Component {
);
const stockStatusLink = (
<Link href={ 'post.php?action=edit&post=' + parent_id || id } type="wp-admin">
<Link href={ 'post.php?action=edit&post=' + ( parent_id || id ) } type="wp-admin">
{ stockStatuses[ stock_status ] }
</Link>
);