@@ -37,28 +37,28 @@ |
||
37 | 37 | |
38 | 38 | protected $fillable = [ |
39 | 39 | 'ID', |
40 | - 'Amount', |
|
41 | - 'Created', |
|
42 | - 'Creator', |
|
43 | - 'CreatorFullName', |
|
44 | - 'Deliverable', |
|
45 | - 'Description', |
|
46 | - 'Division', |
|
47 | - 'ExecutionFromDate', |
|
48 | - 'ExecutionToDate', |
|
49 | - 'InvoiceDate', |
|
50 | - 'Item', |
|
51 | - 'ItemDescription', |
|
52 | - 'Modified', |
|
53 | - 'Modifier', |
|
54 | - 'ModifierFullName', |
|
55 | - 'Notes', |
|
56 | - 'Percentage', |
|
57 | - 'Project', |
|
58 | - 'ProjectDescription', |
|
59 | - 'VATCode', |
|
60 | - 'VATCodeDescription', |
|
61 | - 'VATPercentage' |
|
40 | + 'Amount', |
|
41 | + 'Created', |
|
42 | + 'Creator', |
|
43 | + 'CreatorFullName', |
|
44 | + 'Deliverable', |
|
45 | + 'Description', |
|
46 | + 'Division', |
|
47 | + 'ExecutionFromDate', |
|
48 | + 'ExecutionToDate', |
|
49 | + 'InvoiceDate', |
|
50 | + 'Item', |
|
51 | + 'ItemDescription', |
|
52 | + 'Modified', |
|
53 | + 'Modifier', |
|
54 | + 'ModifierFullName', |
|
55 | + 'Notes', |
|
56 | + 'Percentage', |
|
57 | + 'Project', |
|
58 | + 'ProjectDescription', |
|
59 | + 'VATCode', |
|
60 | + 'VATCodeDescription', |
|
61 | + 'VATPercentage' |
|
62 | 62 | ]; |
63 | 63 | |
64 | 64 | protected $url = 'project/InvoiceTerms'; |