コード例 #1
0
def fortnox_specific_user(fortnox_id):
    fortnox_data = Fortnox()
    ret = fortnox_data.get_customer_by_id(fortnox_id)
    return render_template('fortnox.html',
                           plot_paths='',
                           data=ret)