Skip to content

Commit

Permalink
added org invoice to the list
Browse files Browse the repository at this point in the history
  • Loading branch information
alex authored and alex committed Jul 21, 2010
1 parent 5414a7c commit 61bc048
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions procedureel/invoice_payment.php 100755 → 100644
Expand Up @@ -229,10 +229,15 @@
if ($bl_zw) {
echo "&nocolor=on";
}
echo "'>$objshipment->InvoiceID</a></b> ";

echo "<b><a href='".$_SERVER['PHP_SELF']."?invoice=$objshipment->InvoiceID&original=1";
if ($bl_zw) {
echo "&nocolor=on";
}
echo "'>org</a></b></td>";


echo "'>$objshipment->InvoiceID</a></b></td>"
.'<td><a href='.contacts.'?custid='.$objshipment->CustomerID.'>'.$objshipment->companyName.'</a></td>'
echo '<td><a href='.contacts.'?custid='.$objshipment->CustomerID.'>'.$objshipment->companyName.'</a></td>'
.'<td>'.$objshipment->ShipName.'</td>'
.'<td>'.$objshipment->Invoice_date.'</td>'
.'<td align=right>'.$objshipment->amount.'</td>'
Expand Down

0 comments on commit 61bc048

Please sign in to comment.