fixed short invoice calculator (#114)

* fixed money display and address field for InvoiceTemplate entity
* added quick start button for users without active records
* rearranged columns on project and customer admin page
* improved extensions docu
This commit is contained in:
Kevin Papst
2018-01-28 12:08:44 +01:00
committed by GitHub
parent 9bbaf0ec71
commit e35d73eab5
7 changed files with 35 additions and 27 deletions

View File

@@ -175,7 +175,7 @@ class InvoiceTemplate
* @param string $address
* @return InvoiceTemplate
*/
public function setAddress(string $address)
public function setAddress($address)
{
$this->address = $address;
return $this;