Skip to content

Commit 4fabedb

Browse files
committed
Fixes #862
Files changed in commit: StockMovements.php
1 parent 179addb commit 4fabedb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

StockMovements.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
/*its a sales invoice allow link to show invoice it was sold on*/
178178

179179
echo '<tr class="striped_row">
180-
<td><a target="_blank" href="', $RootPath, '/PrintCustTrans.php?FromTransNo=', urlencode($MyRow['transno']), '&amp;InvOrCredit=Invoice">', $MyRow['typename'], '</a></td>
180+
<td><a target="_blank" href="', $RootPath, '/PrintCustTrans.php?FromTransNo=', urlencode($MyRow['transno']), '&amp;InvOrCredit=Invoice&View=Yes">', $MyRow['typename'], '</a></td>
181181
<td>', $MyRow['transno'], '</td>
182182
<td>', $DisplayTranDate, '</td>
183183
<td>', $MyRow['userid'], '</td>

0 commit comments

Comments
 (0)