Jacek Kowalski
2020-07-14 83445f9718a144e8fc7e76cddf606acf7b29692f
lib/TramTypes.php
@@ -48,4 +48,11 @@
END;
      parent::__construct($data);
   }
   public function getByNumber($id) {
      if($id == 312) {
         $id = 316;
      }
      return parent::getByNumber($id);
   }
}