export function redMoneyLaw(lineTotalAgorot: number) {
  return (lineTotalAgorot / 100).toFixed(2);
}
