Minor changes and fixes
This commit is contained in:
@@ -109,7 +109,7 @@ $pageNavbar->outPutNavbar();
|
||||
<div class="card h-100">
|
||||
<div class="card-body">
|
||||
<h5 class="card-title">Sync companies from Inserve to Sentri.</h5>
|
||||
<form method="post" action="/api/v1/customers/companies/sync/">
|
||||
<form method="post" action="/api/v1/sources/inserve/sync-companies/">
|
||||
<input type="hidden" name="_return" value="/system/sources/inserve">
|
||||
<p class="card-text">This API call retrieves all companies from Inserve and creates or updates them in Sentri.</p>
|
||||
<button class="btn btn-primary">
|
||||
|
||||
@@ -430,7 +430,7 @@ class pageBuilder extends API
|
||||
</nav>
|
||||
<div class="copyright">
|
||||
<?php echo __('version') ?>
|
||||
<a href="/changelog/">1.0</a>
|
||||
<a href="/changelog/">1.1</a>
|
||||
</div>
|
||||
<div>
|
||||
<span class="navbar-text">Sentri</span>
|
||||
|
||||
Reference in New Issue
Block a user