paymenr order
This commit is contained in:
@@ -113,8 +113,6 @@ function logDB(): void
|
||||
|
||||
/**
|
||||
* Get latest number
|
||||
*
|
||||
* @param string $tableName
|
||||
*/
|
||||
function getLatestNumber(string $tableName = 'incoming_letters', string $column = 'number'): int
|
||||
{
|
||||
@@ -122,3 +120,4 @@ function getLatestNumber(string $tableName = 'incoming_letters', string $column
|
||||
|
||||
return intval($data->max_number) ?? 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user