kaktusy/manufacturer.php

7 lines
68 B
PHP

<?php
$objectType = 'manufacturer';
include('./supplier.php');
?>