1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2024-12-24 14:31:42 +01:00

Fix dicitura riferimento intervento

This commit is contained in:
MatteoPistorello 2023-03-08 16:47:31 +01:00
parent 41c2c6cd63
commit 063c227b0f

View File

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