mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-12 19:34:31 +02:00
Added an page for editing order informations
This commit is contained in:
parent
1776cd9a77
commit
8c6342bffe
14 changed files with 504 additions and 12 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue