~therp-nl/banking-addons/ba61-payment_move_line

« back to all changes in this revision

Viewing changes to account_banking_uk_hsbc/__init__.py

  • Committer: James Jesudason
  • Date: 2012-02-15 17:15:52 UTC
  • mto: This revision was merged to the branch mainline in revision 108.
  • Revision ID: james.jesudason@canonical.com-20120215171552-1ivny15o4vcx9jyu
Added ability to store the HSBC Client ID for HSBCNet, and use that on the payment files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
import account_banking_uk_hsbc
23
23
import wizard
24
24
import hsbc_mt940
 
25
import hsbc_clientid
25
26
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: