bzr revid: bch-b772c548e609a825b81f65e1e127526f2d5e69bd
This commit is contained in:
bch 2007-01-17 14:14:41 +00:00
parent 684c17c143
commit f861957c47
1 changed files with 2 additions and 2 deletions

View File

@ -50,10 +50,10 @@ class account_invoice(osv.osv):
}
def _check_bvr(self, cr, uid, ids):
return True
return False
_constraints = [
(_check_bvr, 'Error ! Invalid Bvr Number.', [''])
(_check_bvr, 'Error : Invalid Bvr Number.', [''])
]