diff --git a/app/Listeners/Update/V20/Version200.php b/app/Listeners/Update/V20/Version200.php index 57e20211c..e3e57f1f1 100644 --- a/app/Listeners/Update/V20/Version200.php +++ b/app/Listeners/Update/V20/Version200.php @@ -947,7 +947,9 @@ class Version200 extends Listener 'resources/assets/sass/app.scss', 'resources/views/purchases/bills/bill.blade.php', 'resources/views/sales/invoices/invoice.blade.php', + 'resources/views/layouts/bill.blade.php', 'resources/views/layouts/customer.blade.php', + 'resources/views/layouts/invoice.blade.php', 'resources/views/layouts/link.blade.php', 'resources/views/modules/token/create.blade.php', 'resources/views/partials/link/content.blade.php',