Resolve "Job Order Assignment Fix" #824

Merged
arcticzero merged 5 commits from 17-job-order-assignment-fix into master 2018-02-19 06:15:32 +00:00
Showing only changes of commit 226da99ae4 - Show all commits

View file

@ -95,7 +95,7 @@ trait Location
public function getFullName()
{
return $this->name . ' ' . $this->branch;
return $this->name . ($this->branch ? ' - ' . $this->branch : '');
}
public function setAddress($address)