commit
4efea9b995
1 changed files with 1 additions and 1 deletions
|
|
@ -173,7 +173,7 @@ class PreviewController extends BaseController
|
|||
|
||||
MultiDB::setDb($company->db);
|
||||
|
||||
info("preview db = ".auth()->user()->company()->db);
|
||||
info("preview db = ".$company->db);
|
||||
|
||||
if($request->input('entity') == 'invoice'){
|
||||
$repo = new InvoiceRepository();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue