Update database statement for recurring bills.

This commit is contained in:
2024-03-07 18:00:22 +01:00
parent f053ad40ae
commit 21c19aca22

View File

@@ -56,6 +56,7 @@ if ("settings" == $_POST['action'])
{
if ($temp)
{
if (!isset($_POST['KfZ_ID'])) { $_POST['KfZ_ID'] = null; }
$sql = 'UPDATE ' . PREFIX . '_Reminder SET
Kontakt_ID = "' . $_POST['Kontakt_ID'] . '",
Admin_ID = "' . $_POST['Admin_ID'] . '",