update perbaikan pos, return, dan report profit nlost
All checks were successful
All checks were successful
This commit is contained in:
@@ -790,3 +790,12 @@ function transaction_types($transactions): string
|
||||
->unique()
|
||||
->implode(', ');
|
||||
}
|
||||
|
||||
if (!function_exists('extractTemplateVariables')) {
|
||||
function extractTemplateVariables($message)
|
||||
{
|
||||
preg_match_all('/\[(.*?)\]/', $message, $matches);
|
||||
return $matches[1] ?? [];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user