visualizzazione data di ultimo aggiornamento prezzi specifici
This commit is contained in:
parent
5499e01eff
commit
3f97f3109c
|
@ -17,6 +17,7 @@
|
||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
use Carbon\Carbon;
|
||||||
use Plugins\DettagliArticolo\DettaglioFornitore;
|
use Plugins\DettagliArticolo\DettaglioFornitore;
|
||||||
use Plugins\DettagliArticolo\DettaglioPrezzo;
|
use Plugins\DettagliArticolo\DettaglioPrezzo;
|
||||||
|
|
||||||
|
@ -106,6 +107,7 @@ if (!$clienti->isEmpty()) {
|
||||||
|
|
||||||
<td class="text-right">
|
<td class="text-right">
|
||||||
'.moneyFormat($dettaglio->prezzo_unitario).'
|
'.moneyFormat($dettaglio->prezzo_unitario).'
|
||||||
|
<p><small class="label label-default tip" title="'.Translator::timestampToLocale($dettaglio['updated_at']).'"><i class="fa fa-clock-o"></i> '.Carbon::parse($dettaglio['updated_at'])->diffForHumans().'</small></p>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td class="text-right">
|
<td class="text-right">
|
||||||
|
@ -292,6 +294,7 @@ if (!$fornitori_disponibili->isEmpty()) {
|
||||||
|
|
||||||
<td class="text-right">
|
<td class="text-right">
|
||||||
'.moneyFormat($dettaglio->prezzo_unitario).'
|
'.moneyFormat($dettaglio->prezzo_unitario).'
|
||||||
|
<p><small class="label label-default tip" title="'.Translator::timestampToLocale($dettaglio['updated_at']).'"><i class="fa fa-clock-o"></i> '.Carbon::parse($dettaglio['updated_at'])->diffForHumans().'</small></p>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td class="text-right">
|
<td class="text-right">
|
||||||
|
|
Loading…
Reference in New Issue