1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-03 17:27:29 +01:00

Fix minore getReferenceName

This commit is contained in:
Luca 2020-11-09 14:40:10 +01:00
parent fd0732d138
commit 4990da272a

View File

@ -235,7 +235,7 @@ class Intervento extends Document
public function getReferenceName()
{
return 'Attività';
return 'Attività';
}
public function getReferenceNumber()