mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-17 03:51:06 +01:00
Bugfix minore
This commit is contained in:
parent
ec4adeac37
commit
f5aafd1ef4
@ -10,7 +10,7 @@ function get_new_numerofattura($data)
|
||||
global $dir;
|
||||
global $id_segment;
|
||||
|
||||
return Fattura::getNumero($data, $dir, $id_segment);
|
||||
return Fattura::getNextNumero($data, $dir, $id_segment);
|
||||
}
|
||||
|
||||
/**
|
||||
@ -21,7 +21,7 @@ function get_new_numerosecondariofattura($data)
|
||||
global $dir;
|
||||
global $id_segment;
|
||||
|
||||
return Fattura::getNumeroSecondario($data, $dir, $id_segment);
|
||||
return Fattura::getNextNumeroSecondario($data, $dir, $id_segment);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user