diff --git a/app/Traits/Invoiceable.php b/app/Traits/Invoiceable.php index ef212bd0..3ee77c90 100644 --- a/app/Traits/Invoiceable.php +++ b/app/Traits/Invoiceable.php @@ -54,7 +54,7 @@ trait Invoiceable $invoice = DailyInvoice::make() - ->template('CtrlPanel') + ->template('ctrlpanel') ->name(__("Invoice")) ->buyer($customer) ->seller($seller) diff --git a/public/images/controlpanel.png b/public/images/controlpanel.png deleted file mode 100644 index 63a4d3bf..00000000 Binary files a/public/images/controlpanel.png and /dev/null differ diff --git a/public/images/controlpanel_logo.png b/public/images/ctrlpanel_logo.png similarity index 100% rename from public/images/controlpanel_logo.png rename to public/images/ctrlpanel_logo.png diff --git a/themes/default/views/vendor/invoices/templates/controlpanel.blade.php b/themes/default/views/vendor/invoices/templates/ctrlpanel.blade.php similarity index 100% rename from themes/default/views/vendor/invoices/templates/controlpanel.blade.php rename to themes/default/views/vendor/invoices/templates/ctrlpanel.blade.php