Removes sphinx warnings
This commit is contained in:
parent
c0b0ae780d
commit
213c11ac11
2 changed files with 3 additions and 2 deletions
|
@ -30,5 +30,6 @@ Indices and tables
|
|||
==================
|
||||
|
||||
* :ref:`genindex`
|
||||
.. * :ref:`modindex`
|
||||
* :ref:`search`
|
||||
|
||||
.. * :ref:`modindex`
|
||||
|
|
|
@ -141,7 +141,7 @@ Credits can be applied to invoices::
|
|||
This will result in an instance of ``CreditNoteApplication`` being applied as a payment to ``invoice``. ``CreditNoteApplication`` will always be a payment of the full amount of its parent credit note. If this payment overpays the invoice it's being applied to, a credit note for the residual will be generated.
|
||||
|
||||
Refunding credit notes
|
||||
~~~~~~~~~~~~~~~~~~~~~
|
||||
~~~~~~~~~~~~~~~~~~~~~~
|
||||
It is possible to release a credit note back to the original payment platform. To do so, you attach an instance of ``CreditNoteRefund`` to the original ``CreditNote``:
|
||||
|
||||
.. autoclass :: CreditNoteRefund
|
||||
|
|
Loading…
Reference in a new issue