X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=admin%2Fpayment_terms.php;h=24969c94a268301ac5611b8aff46536c0b7bd8c7;hb=e82fa1f01d7f0d7706b9d3e2efaa9a31cc0777f6;hp=0bb78419a34634be4ee86e4d10027368317fb0c1;hpb=7bb4cf7c35ba6a755d88d19f18a9f00fef7e2f42;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')