Skip to content

Commit

Permalink
RUM number start with RUM-
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Oct 11, 2017
1 parent 0d0030c commit d36af4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/compta/prelevement/class/bonprelevement.class.php
Expand Up @@ -1503,7 +1503,7 @@ function EnregDestinataire($rowid, $client_nom, $rib_banque, $rib_guichet, $rib_
static function buildRumNumber($row_code_client, $row_datec, $row_drum)
{
global $langs;
$pre = ($row_datec > 1359673200) ? $langs->trans('RUM').'-' : '++R';
$pre = $langs->trans('RUM').'-';
return $pre.$row_code_client.'-'.$row_drum.'-'.date('U', $row_datec);
}

Expand Down

0 comments on commit d36af4a

Please sign in to comment.