Fixed Add Recurring and Edit Recurring Invoices going to a blank screen after submit this was due to a missing history_status var, Removed Activate and Deactivate from recurring list and the buttons from recurring details as this can be modified using edit recurring, Removed Redundant Force Send action on recurring list views, this can be accessed by going to the recurring details.

This commit is contained in:
johnnyq
2022-01-02 13:39:25 -05:00
parent b8a1af2e0f
commit de883f9ff5
5 changed files with 3 additions and 51 deletions

View File

@@ -85,11 +85,6 @@ if(isset($_GET['recurring_id'])){
<div class="row">
<div class="col-md-4">
<?php if($recurring_status == 1){ ?>
<a class="btn btn-secondary btn-sm" href="post.php?recurring_deactivate=<?php echo $recurring_id; ?>"><i class='fa fa-fw fa-ban'></i> Deactivate</a>
<? }else{ ?>
<a class="btn btn-success btn-sm" href="post.php?recurring_activate=<?php echo $recurring_id; ?>"><i class='fa fa-fw fa-check'></i> Activate</a>
<?php } ?>
</div>
<div class="col-md-8">
<div class="dropdown dropleft text-center">