Jacek Kowalski
2021-07-30 812d3f5e104b33f68ce7bda06158040ba54975e4
lib/TramTypes.php
@@ -50,9 +50,6 @@
   }
   
   public function getByNumber($id) {
      if($id == 312) {
         $id = 316;
      }
      return parent::getByNumber($id);
   }
}