10 lines
216 B
PHP
10 lines
216 B
PHP
<?php
|
|
|
|
class VlastniPreprava extends Delivery
|
|
{
|
|
public static $className = 'Vlastní přeprava';
|
|
|
|
protected $heureka_delivery_id = 'VLASTNI_PREPRAVA';
|
|
protected $zbozi_delivery_id = 'VLASTNI_PREPRAVA';
|
|
}
|