Added an page for editing order informations

This commit is contained in:
Jan Böhmer 2019-08-30 14:25:05 +02:00
parent 1776cd9a77
commit 8c6342bffe
14 changed files with 504 additions and 12 deletions

View file

@ -86,7 +86,7 @@ class Currency extends StructuralDBElement
* @param string $iso_code
* @return Currency
*/
public function setIsoCode(string $iso_code): Currency
public function setIsoCode(?string $iso_code): Currency
{
$this->iso_code = $iso_code;
return $this;