X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=admin%2Fpayment_terms.php;h=24969c94a268301ac5611b8aff46536c0b7bd8c7;hb=a52f867bce2f8c73315f7b4a217aa43d5212416a;hp=0bb78419a34634be4ee86e4d10027368317fb0c1;hpb=8259c324f645a39cb847d5a4346b70e225e1b02c;p=fa-stable.git diff --git a/admin/payment_terms.php b/admin/payment_terms.php index 0bb78419..24969c94 100644 --- a/admin/payment_terms.php +++ b/admin/payment_terms.php @@ -117,10 +117,10 @@ if ($Mode == 'Delete') $sql="DELETE FROM ".TB_PREF."payment_terms WHERE terms_indicator='$selected_id'"; db_query($sql,"could not delete a payment terms"); display_notification(_('Selected payment terms have been deleted')); - $Mode = 'RESET'; } } //end if payment terms used in customer or supplier accounts + $Mode = 'RESET'; } if ($Mode == 'RESET')