added multi-select for customer, project and activity (#1557)
This commit is contained in:
@@ -41,7 +41,7 @@ class CsvRendererTest extends TestCase
|
||||
|
||||
public function getTestModel()
|
||||
{
|
||||
yield [$this->getInvoiceModel(), '€1,947.99', 6, 5, 1, 2, 2];
|
||||
yield [$this->getInvoiceModel(), '€1,947.99', 6, 4, 1, 2, 2];
|
||||
yield [$this->getInvoiceModelOneEntry(), '$293.27', 2, 1, 0, 1, 0];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user