Revision 48f5b1bc snf-cyclades-app/synnefo/logic/networks.py

b/snf-cyclades-app/synnefo/logic/networks.py
117 117
    # Issue commission to Quotaholder and accept it since at the end of
118 118
    # this transaction the Network object will be created in the DB.
119 119
    # Note: the following call does a commit!
120
    quotas.issue_and_accept_commission(network)
120
    if not public:
121
        quotas.issue_and_accept_commission(network)
121 122
    return network
122 123

  
123 124

  

Also available in: Unified diff