فهرست منبع

退货添加收货字段

yuang 4 سال پیش
والد
کامیت
6b32c35e11
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      app/RejectedBill.php

+ 1 - 1
app/RejectedBill.php

@@ -64,7 +64,7 @@ class RejectedBill extends Model
     public function getDeliveryStatusAttribute($value)
     {
         if(!$value)return '';
-        return self::$enums['delivery_status'][$value];
+        return self::$enums['delivery_status'][$value]??'';
     }
     public function setDeliveryStatusAttribute($value)
     {