|
@@ -2588,6 +2588,7 @@ class Sale extends Base
|
|
|
} else {
|
|
|
$taxInfo=OrderTax::where(['code'=>$einfo['orderCode']])->findOrEmpty();
|
|
|
$einfo['tax_name'] = $taxInfo['tax_name']??'';
|
|
|
+ $einfo['tax_short_name'] =$taxInfo['tax_short_name']??'';
|
|
|
$einfo['tax_code'] =$taxInfo['tax_code']??'';
|
|
|
$einfo['tax']=$taxInfo['inv_tax']??'';
|
|
|
$einfo['inv_good_name']=$taxInfo['inv_good_name']??'';
|