diff --git a/app/Models/Document.php b/app/Models/Document.php index e2be3a232fef..2195d893f7a2 100644 --- a/app/Models/Document.php +++ b/app/Models/Document.php @@ -95,11 +95,12 @@ class Document extends BaseModel const DOCUMENT_PREVIEW_SIZE = 300; // pixels /** - * @var array + * @var array */ protected $fillable = [ 'is_default', 'is_public', + 'name', ]; /** diff --git a/app/Services/Tax/TaxService.php b/app/Services/Tax/TaxService.php index 38ab4dcbea40..7213b023c5f1 100644 --- a/app/Services/Tax/TaxService.php +++ b/app/Services/Tax/TaxService.php @@ -12,9 +12,6 @@ namespace App\Services\Tax; use App\Models\Client; -use App\Models\Company; -use App\Services\Tax\Providers\ZipTax; - class TaxService { diff --git a/resources/views/pdf-designs/clean.html b/resources/views/pdf-designs/clean.html index 5b0005a81a82..d575eff5850a 100644 --- a/resources/views/pdf-designs/clean.html +++ b/resources/views/pdf-designs/clean.html @@ -28,7 +28,7 @@ margin-left: $global_margin; margin-right: $global_margin; margin-top: 5; - margin-bottom: 0; + margin-bottom: 5; size: $page_size $page_layout; }