add omit_cust_main_county flag to payment_info API call, RT#75124
[freeside.git] / FS / bin / freeside-deloutsourceuser
1 #!/bin/sh
2
3 username=$1
4
5 freeside-deluser -h %%%FREESIDE_CONF%%%/htpasswd $username 2>/dev/null
6