|
@@ -911,8 +911,8 @@ class Systemprint extends Start_Controller {
|
|
$bctime = date('Ymd',$time);
|
|
$bctime = date('Ymd',$time);
|
|
//$Hwaybill = substr($barcode['BarcodeNumber'], 8); //改新的去掉 新的 Labellmage 改 labelImage
|
|
//$Hwaybill = substr($barcode['BarcodeNumber'], 8); //改新的去掉 新的 Labellmage 改 labelImage
|
|
$Hwaybill = $barcode['trackingNumber'];
|
|
$Hwaybill = $barcode['trackingNumber'];
|
|
- $Hyd = $this->_pdf($barcode['LabelImage'],'y-'.$Hwaybill,$bctime);
|
|
|
|
- if(isset($barcode['LabelImage']) && isset($Hwaybill))
|
|
|
|
|
|
+ $Hyd = $this->_pdf($barcode['labelImage'],'y-'.$Hwaybill,$bctime);
|
|
|
|
+ if(isset($barcode['labelImage']) && isset($Hwaybill))
|
|
{
|
|
{
|
|
if($fullorder['waybill'] != "")
|
|
if($fullorder['waybill'] != "")
|
|
{
|
|
{
|