We have a project that doesn't have any use of Charge Based Billing, the customer's SB doesn't have it not does their Production account. When we Deploy to Production (Webstorm) the Manifest gets updated automatically with <feature required="true">CHARGEBASEDBILLING</feature>. The account doesn't have the feature and the deployment stops. I've tried making required=false for this feature but it always gets updated to true prior to deployment and subsequently fails.
I did have some objects and consts called custentity_charges and chargeDate which have renamed.
What else could be giving the project the look of needing the feature?