From 7def290fa1e67e83760c071fe6e3d608a39aff65 Mon Sep 17 00:00:00 2001 From: stes Date: Fri, 28 Jul 2017 12:08:52 +0300 Subject: [PATCH] stock map --- assets/MapAsset.php | 24 ++++++++++++++++++++++++ views/city/_form.php | 1 + views/shop/_form.php | 1 + 3 files changed, 26 insertions(+), 0 deletions(-) create mode 100755 assets/MapAsset.php diff --git a/assets/MapAsset.php b/assets/MapAsset.php new file mode 100755 index 0000000..598fd10 --- /dev/null +++ b/assets/MapAsset.php @@ -0,0 +1,24 @@ +
diff --git a/views/shop/_form.php b/views/shop/_form.php index 7cc8f1a..b167f8a 100644 --- a/views/shop/_form.php +++ b/views/shop/_form.php @@ -20,6 +20,7 @@ ]; \artbox\stock\assets\StockAsset::register($this); + \artbox\stock\assets\MapAsset::register($this); ?>
-- libgit2 0.21.4