Disponibilità prestito

Started by mastrogi, 25 October 2016, 03:38:42

Previous topic - Next topic
A financial contribution is greatly appreciated as a support, to help us to keep live the project.
If you like this project you can donate some piece of BitCoin to this address: bc1qy5tgq6tvrckac2a57unxvqcnxamrvhduve9sj9

mastrogi

Premetto che questo componente e' eccezionale.
Ho un problema con Disponibilità prestito, se ho 4 libri e ne presto 1 il numero passa da 4/4 a 2/4 e non varia piu' anche se presto i rimanenti, anche se ho un solo libro e lo preso rimane sempre su 1/1.
Mi puoi aiutare? Grazie e complimenti.

A financial contribution is greatly appreciated as a support, to help us to keep live the project.
If you like this project you can donate some piece of BitCoin to this address: bc1qy5tgq6tvrckac2a57unxvqcnxamrvhduve9sj9

federica

Ciao, grazie per i complimenti.
Quale versione di Abook stai usando?
Al mondo ci sono 10 tipi di persone, quelli che hanno capito il codice binario e quelli che non l'hanno capito.
Informatizzati [url="https://informatizzati.org"]https://informatizzati.org[/url]
Stacca la spina [url="https://disconnessi.org"]https://disconnessi.org[/url]

mastrogi

la 3.1.0  con Joomla! 3.6.3

federica

Prova ad aggiornare Abook alla versione 3.1.1, controlla se il problema si è risolto.
Se vuoi puoi anche provare a replicare lo stesso errore sulla demo https://abook.neodemo.net/ per capire se l'ultima versione di Abook da lo stesso problema. Fai attenzione che la demo viene resettata ogni ora.
Al mondo ci sono 10 tipi di persone, quelli che hanno capito il codice binario e quelli che non l'hanno capito.
Informatizzati [url="https://informatizzati.org"]https://informatizzati.org[/url]
Stacca la spina [url="https://disconnessi.org"]https://disconnessi.org[/url]

A financial contribution is greatly appreciated as a support, to help us to keep live the project.
If you like this project you can donate some piece of BitCoin to this address: bc1qy5tgq6tvrckac2a57unxvqcnxamrvhduve9sj9

mastrogi

ho modificato il file: com_abook/views/book/tmpl/default.php
da cosi'

<p>
<div><strong><?php echo JText::_('COM_ABOOK_LEND_AVAILABILITY');?>: </strong><?php echo $this->book->qty - isset($this->lend->lent) - isset($this->lend->requested);?>/<?php echo $this->book->qty;?></div>
</p>


a cosi', sembra funzionare (spero)

<p>
<div><strong><?php echo JText::_('COM_ABOOK_LEND_AVAILABILITY');?>:
</strong><?php echo $this->book->qty - $this->lend->requested;?>
/<?php echo $this->book->qty;?> </spam> </div>
</p>


federica

Grazie, ma questa modifica è valida per la versione 3.1.1 di abook o per la 3.1.0?
Al mondo ci sono 10 tipi di persone, quelli che hanno capito il codice binario e quelli che non l'hanno capito.
Informatizzati [url="https://informatizzati.org"]https://informatizzati.org[/url]
Stacca la spina [url="https://disconnessi.org"]https://disconnessi.org[/url]