v0.0.15 - catalags & apis many to many wip
This commit is contained in:
8
templates/ExternalProductCatalogsProductCatalogs/add.php
Normal file
8
templates/ExternalProductCatalogsProductCatalogs/add.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
/**
|
||||
* @var \App\View\AppView $this
|
||||
* @var \Cake\Collection\CollectionInterface|string[] $productCatalogs
|
||||
*/
|
||||
$this->setLayout('ajax');
|
||||
|
||||
echo $this->element('ExternalProductCatalogs/catalog_form'); ?>
|
||||
Reference in New Issue
Block a user