Change 10.2019

This commit is contained in:
Kevin Adametz 2019-10-28 11:31:16 +01:00
parent 7fbac395a9
commit 8f29c15a2b
6 changed files with 27 additions and 277 deletions

View file

@ -163,10 +163,6 @@ class Booking extends Model
}
public function _format_number($value){
return preg_replace("/[^0-9,]/", "", $value);
}
public function getPriceAttribute()
{
// 2 = decimal places | '.' = decimal seperator | ',' = thousand seperator