mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
Allow document names to be modified
This commit is contained in:
parent
9fd016e6e1
commit
4a75fc3725
@ -95,11 +95,12 @@ class Document extends BaseModel
|
||||
const DOCUMENT_PREVIEW_SIZE = 300; // pixels
|
||||
|
||||
/**
|
||||
* @var array
|
||||
* @var array<string>
|
||||
*/
|
||||
protected $fillable = [
|
||||
'is_default',
|
||||
'is_public',
|
||||
'name',
|
||||
];
|
||||
|
||||
/**
|
||||
|
@ -12,9 +12,6 @@
|
||||
namespace App\Services\Tax;
|
||||
|
||||
use App\Models\Client;
|
||||
use App\Models\Company;
|
||||
use App\Services\Tax\Providers\ZipTax;
|
||||
|
||||
|
||||
class TaxService
|
||||
{
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user