mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
[FIX] remove call to debugger
This commit is contained in:
@@ -69,8 +69,6 @@ def get_period(pool, cursor, uid, date, company, log):
|
||||
return False
|
||||
|
||||
fiscalyear_id = fiscalyear_ids[0]
|
||||
import pdb
|
||||
pdb.set_trace()
|
||||
period_ids = period_obj.search(cursor, uid, [
|
||||
('date_start','<=',search_date), ('date_stop','>=',search_date),
|
||||
('fiscalyear_id','=',fiscalyear_id), ('state','=','draft'),
|
||||
|
||||
Reference in New Issue
Block a user