mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
clean up (#2978)
This commit is contained in:
parent
6698609512
commit
3cbe60abda
@ -38,7 +38,6 @@ class StoreInvoiceRequest extends Request
|
||||
return [
|
||||
'client_id' => 'required',
|
||||
// 'invoice_type_id' => 'integer',
|
||||
|
||||
// 'documents' => 'mimes:png,ai,svg,jpeg,tiff,pdf,gif,psd,txt,doc,xls,ppt,xlsx,docx,pptx',
|
||||
];
|
||||
}
|
||||
|
@ -283,9 +283,6 @@ trait MakesInvoiceValues
|
||||
|
||||
$columns = $this->transformColumnsForLineItems($columns);
|
||||
|
||||
//if(!is_array($this->line_items));
|
||||
// return $data;
|
||||
|
||||
$items = $this->transformLineItems($this->line_items);
|
||||
|
||||
foreach($items as $item)
|
||||
|
Loading…
x
Reference in New Issue
Block a user