projects
/
textcart.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f73d760
)
Minor fix
author
Joe Hunt
<joe.hunt.consulting@gmail.com>
Thu, 26 Nov 2009 22:30:41 +0000
(22:30 +0000)
committer
Joe Hunt
<joe.hunt.consulting@gmail.com>
Thu, 26 Nov 2009 22:30:41 +0000
(22:30 +0000)
reporting/includes/header2.inc
patch
|
blob
|
history
diff --git
a/reporting/includes/header2.inc
b/reporting/includes/header2.inc
index 386f6d6acc3fd9e2d699ffbbdd8a7fcbd37562bf..c4cff6316f84e54ad15c237488889bf17d336340 100644
(file)
--- a/
reporting/includes/header2.inc
+++ b/
reporting/includes/header2.inc
@@
-245,8
+245,6
@@
$ref = get_reference(ST_CUSTDELIVERY, $delivery);
if ($ref)
$delivery = $ref;
- else
- continue;
}
if ($line == "")
$line .= "$delivery";
@@
-257,12
+255,12
@@
}
elseif ($doctype == 13)
{
- $ref =
$myrow['order_']
;
+ $ref =
""
;
if ($print_invoice_no == 0)
{
$ref = get_reference(ST_SALESORDER, $myrow['order_']);
if (!$ref)
- $ref =
""
;
+ $ref =
$myrow['order_']
;
}
$this->TextWrap($col, $this->row, $width, $ref, 'C');
}