mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-31 12:04:35 -04:00
Fixes for tests
This commit is contained in:
parent
29be582020
commit
4850c5cbfa
@ -162,7 +162,7 @@ class DesignTest extends TestCase
|
|||||||
$this->quote->save();
|
$this->quote->save();
|
||||||
|
|
||||||
|
|
||||||
for ($x=1; $x<=10; $x++) {
|
for ($x=1; $x<=9; $x++) {
|
||||||
|
|
||||||
$settings = $this->invoice->client->settings;
|
$settings = $this->invoice->client->settings;
|
||||||
$settings->quote_design_id = (string)$this->encodePrimaryKey($x);
|
$settings->quote_design_id = (string)$this->encodePrimaryKey($x);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user