Cosmetic code changes, no functional changes
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
@php
|
||||
use App\Models\{Checkout,Service};
|
||||
@endphp
|
||||
<!-- $o=Invoice::class -->
|
||||
@use(App\Models\Checkout)
|
||||
@use(App\Models\Service)
|
||||
|
||||
<!-- $o = Invoice::class -->
|
||||
@extends('adminlte::layouts.app')
|
||||
|
||||
@section('htmlheader_title')
|
||||
|
@@ -32,7 +32,6 @@
|
||||
@section('page-styles')
|
||||
@css(datatables,bootstrap4|rowgroup)
|
||||
@append
|
||||
|
||||
@section('page-scripts')
|
||||
@js(datatables,bootstrap4|rowgroup)
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<!-- $list = Collection[Invoice::class] -->
|
||||
<!-- $list=Collection[Invoice::class] -->
|
||||
<!-- Show outstanding invoices -->
|
||||
<table class="table table-bordered w-100" id="invoices_due_{{$type}}">
|
||||
<thead>
|
||||
@@ -27,7 +27,6 @@
|
||||
@section('page-styles')
|
||||
@css(datatables,bootstrap4|rowgroup)
|
||||
@append
|
||||
|
||||
@section('page-scripts')
|
||||
@js(datatables,bootstrap4|rowgroup)
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
<!-- @todo These needs to be optimised, and change for $o = Account::class -->
|
||||
<!-- Show next items for an invoice -->
|
||||
@if (($x=$o->next_invoice_items($future))->count())
|
||||
@if(($x=$o->next_invoice_items($future))->count())
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<table class="table">
|
||||
|
Reference in New Issue
Block a user