mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fixes for quote workflows
This commit is contained in:
parent
ca9de2bd74
commit
9032632104
@ -55,8 +55,8 @@ class QuoteWorkflowSettings implements ShouldQueue
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($this->client->getSetting('auto_archive_quote')) {
|
// if ($this->client->getSetting('auto_archive_quote')) {
|
||||||
$this->base_repository->archive($this->quote);
|
// $this->base_repository->archive($this->quote);
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user