Stock Report: fix stock link
This commit is contained in:
parent
c862de29d3
commit
f9eec81e71
|
@ -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>
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue