X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Fcustomer_payments.php;h=907f789eca8499fd7dd1e9014fe0be406779c6b4;hb=b1a0e08b3d9f684ef42959dee87cbfd52a5c439e;hp=f314b9889b250f05289022009bdeaa913de51644;hpb=c7fa25a75b6a5c51aac91dec186217b134d7bcbc;p=fa-stable.git diff --git a/sales/customer_payments.php b/sales/customer_payments.php index f314b988..907f789e 100644 --- a/sales/customer_payments.php +++ b/sales/customer_payments.php @@ -102,6 +102,7 @@ if (isset($_GET['AddedID'])) { display_notification_centered(_("The customer payment has been successfully entered.")); submenu_print(_("&Print This Receipt"), ST_CUSTPAYMENT, $payment_no."-".ST_CUSTPAYMENT, 'prtopt'); + submenu_print(_("&Email This Receipt"), ST_CUSTPAYMENT, $payment_no."-".ST_CUSTPAYMENT, null, 1); submenu_view(_("&View this Customer Payment"), ST_CUSTPAYMENT, $payment_no);