Merge pull request #2361 from aspangaro/3.7-patch3
[T1728] Deactivate RIB suggest in proposals/invoices/orders
This commit is contained in:
commit
94751ba57b
@ -131,6 +131,7 @@ For users:
|
|||||||
- Fix: [ bug #1535 ] Supplier invoice Extrafields are not shown
|
- Fix: [ bug #1535 ] Supplier invoice Extrafields are not shown
|
||||||
- Fix: datepicker first day of week can be monday by setting into display setup
|
- Fix: datepicker first day of week can be monday by setting into display setup
|
||||||
- Fix: [ bug #575 ] GED doesn't works if there is "/" in a mask
|
- Fix: [ bug #575 ] GED doesn't works if there is "/" in a mask
|
||||||
|
- Fix: [ task #1728 ] Deactivate RIB suggest in proposals / invoices / orders
|
||||||
|
|
||||||
For users, new experimental module (need to set feature level of instance to experimental to see them):
|
For users, new experimental module (need to set feature level of instance to experimental to see them):
|
||||||
- New: Module Accounting Expert to manage accountancy
|
- New: Module Accounting Expert to manage accountancy
|
||||||
|
|||||||
@ -535,6 +535,7 @@ function pdf_bank(&$pdf,$outputlangs,$curx,$cury,$account,$onlynumber=0,$default
|
|||||||
$cury+=3;
|
$cury+=3;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
if (empty($onlynumber)) $pdf->line($curx+1, $cury+1, $curx+1, $cury+8);
|
if (empty($onlynumber)) $pdf->line($curx+1, $cury+1, $curx+1, $cury+8);
|
||||||
|
|
||||||
if ($usedetailedbban == 1)
|
if ($usedetailedbban == 1)
|
||||||
@ -598,6 +599,7 @@ function pdf_bank(&$pdf,$outputlangs,$curx,$cury,$account,$onlynumber=0,$default
|
|||||||
|
|
||||||
$curx=$savcurx;
|
$curx=$savcurx;
|
||||||
$cury+=9;
|
$cury+=9;
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user