ソースを参照

edit calling created_by method in marketing controller

ifah
コミット
ed12330328
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      app/Http/Controllers/DS/MarketingController.php

+ 1
- 1
app/Http/Controllers/DS/MarketingController.php ファイルの表示

@@ -1638,7 +1638,7 @@ class MarketingController extends Controller
$product = $product->package_name;
}

$created_by = Staff::with('StaffDetail')->find($wo->created_by)->first();
$created_by = Staff::with('StaffDetail')->where("_id",$wo->created_by)->first();
if(empty($created_by)){
$created_by = '';
}

読み込み中…
キャンセル
保存