Comment 12 for bug 1198465

Revision history for this message
Dan Wells (dbw2) wrote :

We have encountered an issue in testing this branch. We attempted to void a bill using our common practice of Right Click->Void All Billings and got a skull-and-crossbones error. The error referenced bill2.js, line 1031, and the initial problem seems to be that the void_all_billings() function in this file still expects bills to have a 'voided' attribute. It's probable that other parts of the function will need reworking, but we didn't go any further with it yet.

I did a quick grep for "\.voided" and found a number of references still existing here and there. Some look to apply to payments, but others were more suspect and could probably use further review. Perhaps at least some are simply in dead code and should be removed.