mirror of
https://github.com/itflow-org/itflow
synced 2026-03-01 11:24:52 +00:00
Fix Broken Add Payment link in reccuring invoice in the client portal
This commit is contained in:
@@ -95,7 +95,7 @@ $payment_provider_threshold = floatval($row['payment_provider_threshold']);
|
|||||||
</select>
|
</select>
|
||||||
</form>
|
</form>
|
||||||
<?php } else { ?>
|
<?php } else { ?>
|
||||||
<a href="saved_payment_method.php">Add a Payment Method</a>
|
<a href="saved_payment_methods.php">Add a Payment Method</a>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
</td>
|
</td>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|||||||
Reference in New Issue
Block a user