mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-03 15:44:37 -04: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
|
const DOCUMENT_PREVIEW_SIZE = 300; // pixels
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var array
|
* @var array<string>
|
||||||
*/
|
*/
|
||||||
protected $fillable = [
|
protected $fillable = [
|
||||||
'is_default',
|
'is_default',
|
||||||
'is_public',
|
'is_public',
|
||||||
|
'name',
|
||||||
];
|
];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -12,9 +12,6 @@
|
|||||||
namespace App\Services\Tax;
|
namespace App\Services\Tax;
|
||||||
|
|
||||||
use App\Models\Client;
|
use App\Models\Client;
|
||||||
use App\Models\Company;
|
|
||||||
use App\Services\Tax\Providers\ZipTax;
|
|
||||||
|
|
||||||
|
|
||||||
class TaxService
|
class TaxService
|
||||||
{
|
{
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
margin-left: $global_margin;
|
margin-left: $global_margin;
|
||||||
margin-right: $global_margin;
|
margin-right: $global_margin;
|
||||||
margin-top: 5;
|
margin-top: 5;
|
||||||
margin-bottom: 0;
|
margin-bottom: 5;
|
||||||
size: $page_size $page_layout;
|
size: $page_size $page_layout;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user