Fix Adding a vendor from a template and adding country code to vendor template

This commit is contained in:
johnnyq
2025-06-26 16:27:11 -04:00
parent 6b0855cff8
commit ca519fe4e1
4 changed files with 31 additions and 25 deletions

View File

@@ -191,9 +191,10 @@ if (mysqli_num_rows($os_sql) > 0) {
<a class="dropdown-item text-dark" href="#" data-toggle="modal" data-target="#importAssetModal">
<i class="fa fa-fw fa-upload mr-2"></i>Import
</a>
<div class="dropdown-divider"></div>
<?php } ?>
<?php if ($num_rows[0] > 0) { ?>
<div class="dropdown-divider"></div>
<a class="dropdown-item text-dark" href="#" data-toggle="modal" data-target="#exportAssetModal">
<i class="fa fa-fw fa-download mr-2"></i>Export
</a>