mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Production build of assets
This commit is contained in:
parent
0efaa767b9
commit
d58ab5d613
@ -28,7 +28,7 @@ class DownloadsTable extends Component
|
||||
|
||||
public function render()
|
||||
{
|
||||
$query = Document::query();
|
||||
$query = auth()->user()->client->documents();
|
||||
|
||||
if (in_array('resources', $this->status) && !in_array('client', $this->status)) {
|
||||
$query = $query->where('documentable_type', '!=', 'App\Models\Client');
|
||||
|
2
public/css/app.css
vendored
2
public/css/app.css
vendored
File diff suppressed because one or more lines are too long
@ -1,6 +1,6 @@
|
||||
{
|
||||
"/js/app.js": "/js/app.js?id=baf7fef12d5e65c3d9ff",
|
||||
"/css/app.css": "/css/app.css?id=79bfe92f3563a0cce914",
|
||||
"/css/app.css": "/css/app.css?id=718489bc33e329ad1ab4",
|
||||
"/js/clients/invoices/action-selectors.js": "/js/clients/invoices/action-selectors.js?id=d244486b16dc6f94a726",
|
||||
"/js/clients/invoices/payment.js": "/js/clients/invoices/payment.js?id=d7e708d66a9c769b4c6e",
|
||||
"/js/clients/payment_methods/authorize-ach.js": "/js/clients/payment_methods/authorize-ach.js?id=9e6495d9ae236b3cb5ad",
|
||||
|
Loading…
x
Reference in New Issue
Block a user